added logout and profile links

This commit is contained in:
Russell Riker 2022-09-08 18:23:35 -04:00
parent 0b4e75ddfd
commit 934c3b63ea
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
echo "Linking bash config files"
ln -fs ~/mydev/my-dotfiles/.bashrc ~/.bashrc
ln -fs ~/mydev/my-dotfiles/.bash_alias ~/.bash_alias
ln -fs ~/mydev/my-dotfiles/.bash_logout ~/.bash_logout
#profile
ln -fs ~/mydev/my-dotfiles/.profile ~/.profile
#git files
echo "Linking git config files"