Add .bashrc

This commit is contained in:
Marco Thomas
2021-02-04 18:04:35 +01:00
parent 3dff76e578
commit b5db404046
3 changed files with 41 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ rm -rf $HOME/scripts
ln -sf $path/scripts $HOME/scripts
# Home directory
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
home_files=".bashrc .dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
for file in $home_files
do
ln -sf $path/$file $HOME/$file