fix missing zshrc install
This commit is contained in:
parent
4bc0115dec
commit
1978b9bf53
@ -4,9 +4,9 @@
|
|||||||
# This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles
|
# This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles
|
||||||
#
|
#
|
||||||
|
|
||||||
dir=~/dotfiles # dotfiles directory
|
dir=~/dotfiles # dotfiles directory
|
||||||
olddir=~/dotfiles_old # old dotfiles backup directory
|
olddir=~/dotfiles_old # old dotfiles backup directory
|
||||||
files="bashrc vimrc" # list of files/folders to symlink in homedir
|
files="bashrc vimrc zshrc" # list of files/folders to symlink in homedir
|
||||||
|
|
||||||
# create dotfiles_old in homedir
|
# create dotfiles_old in homedir
|
||||||
echo "Creating $olddir for backup of any existing dotfiles in ~"
|
echo "Creating $olddir for backup of any existing dotfiles in ~"
|
||||||
|
Loading…
Reference in New Issue
Block a user