fixed stow condition, update file created to help with incremental

updates
This commit is contained in:
Stefen Auris 2019-12-02 15:23:59 -05:00
parent 889dc15a58
commit a852c27a20
2 changed files with 11 additions and 0 deletions

View file

@ -17,6 +17,8 @@ zsh prezto.zsh
chmod -R go-w ~/.zprezto
#create symlinks using stow
mkdir ~/.ssh
mkdir ~/.config/systemd/user/
echo "Stowing Configs"
stow tmux
stow vim

9
update.zsh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/zsh
rm ~/.ssh/config
stow config
sudo systemctl daemon-reload
systemctl --user enable emacs
systemctl --user start emacs
systemctl --user status emacs
echo "you should start emacs and update all the packages!"