🚀 massive overhaul using zinit & starship

This commit is contained in:
2023-01-19 22:00:11 -05:00
parent 2f51d538a5
commit 5bcbf0afd1
37 changed files with 1317 additions and 4188 deletions
-17
View File
@@ -1,17 +0,0 @@
#!/usr/bin/env bash
USERNAME=$(whoami)
sudo apt-get update
sudo apt-get -y install man
# set shell to zsh
sudo chsh -s /usr/bin/zsh "$USERNAME"
# re-find bearings
ln -sf "$YOU_ARE_HERE" ~/.dotfiles
# install zplug
export ZPLUG_HOME=~/.zplug
# curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
git clone https://github.com/zplug/zplug $ZPLUG_HOME