diff --git a/init.sh b/init.sh index 17934db..8261151 100755 --- a/init.sh +++ b/init.sh @@ -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 diff --git a/update.zsh b/update.zsh new file mode 100755 index 0000000..e762c29 --- /dev/null +++ b/update.zsh @@ -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!" +