parent
3d1a7d8b53
commit
f3566e6dff
2 changed files with 9 additions and 1 deletions
|
@ -28,4 +28,4 @@ echo "....configuring theme"
|
||||||
ln -s $HOME/stevset/.p10k.zsh $HOME/
|
ln -s $HOME/stevset/.p10k.zsh $HOME/
|
||||||
|
|
||||||
#rm $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
#rm $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
||||||
ln -s $HOME/.zprezto/modules/prompt/external/powerlevel10k/prompt_powerlevel10k_setup $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
#ln -s $HOME/.zprezto/modules/prompt/external/powerlevel10k/prompt_powerlevel10k_setup $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
||||||
|
|
|
@ -1 +1,9 @@
|
||||||
#!/bin/zsh
|
#!/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