fixed stow condition, update file created to help with incremental
updates
This commit is contained in:
parent
889dc15a58
commit
a852c27a20
2 changed files with 11 additions and 0 deletions
2
init.sh
2
init.sh
|
@ -17,6 +17,8 @@ zsh prezto.zsh
|
||||||
chmod -R go-w ~/.zprezto
|
chmod -R go-w ~/.zprezto
|
||||||
|
|
||||||
#create symlinks using stow
|
#create symlinks using stow
|
||||||
|
mkdir ~/.ssh
|
||||||
|
mkdir ~/.config/systemd/user/
|
||||||
echo "Stowing Configs"
|
echo "Stowing Configs"
|
||||||
stow tmux
|
stow tmux
|
||||||
stow vim
|
stow vim
|
||||||
|
|
9
update.zsh
Executable file
9
update.zsh
Executable 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!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue