updated to apt zsh and a link to .zshrc file

This commit is contained in:
Russell Riker 2023-04-02 14:08:50 -04:00
parent 53960b939d
commit ab61515565
2 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,13 @@
mosh
fish
zsh
neovim
pip
figlet
gh
lolcat
keychain
bat
batcat
golang
cmatrix
chuck

View File

@ -18,14 +18,15 @@
# -r to download my repos I want
# -a to go and apt install common apps I want on all my systems
#bash files
echo "Linking bash config files"
ln -fs ~/mydev/my-dotfiles/.bashrc ~/.bashrc
ln -fs ~/mydev/my-dotfiles/.bash_aliases ~/.bash_aliases
ln -fs ~/mydev/my-dotfiles/.bash_logout ~/.bash_logout
#zsh files
ln -fs ~/mydev/my-dotfiles/.zshrc ~/.zshrc
#profile
ln -fs ~/mydev/my-dotfiles/.profile ~/.profile