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
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