Merge branch 'opensuse' of https://github.com/steveokard/stevset into opensuse
This commit is contained in:
commit
414d3d64cb
2 changed files with 7 additions and 5 deletions
6
init.sh
6
init.sh
|
@ -3,6 +3,10 @@
|
|||
echo "installing required packages"
|
||||
bash deps.sh
|
||||
|
||||
#setup prezto
|
||||
echo "Initializing Prezto"
|
||||
zsh prezto.zsh
|
||||
|
||||
#create symlinks using stow
|
||||
echo "Stowing Configs"
|
||||
stow tmux
|
||||
|
@ -16,7 +20,7 @@ then
|
|||
fi
|
||||
chmod 0700 ~/.ssh
|
||||
chmod -R 0600 ~/.ssh/*
|
||||
cp "$HOME/stevset/mc" ~/.config/mc
|
||||
cp "$HOME/stevset/mc" "$HOME/.config/mc"
|
||||
|
||||
#setup prezto
|
||||
echo "Initializing Prezto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue