altered storage to be stow compatible

This commit is contained in:
Stefen Auris 2018-03-28 15:10:07 -04:00
parent 2e63ee4f84
commit f97727b762
29 changed files with 17 additions and 15 deletions

21
init.sh
View file

@ -4,21 +4,12 @@ echo "installing required packages"
./deps.zsh
#remove existing configs, if they exist
echo "removing symlinks"
rm -ri ~/.tmux.conf
rm -ri ~/.zsh
rm -ri ~/.vimrc
rm -ri ~/.vim
rm -ri ~/.zshrc
#make links
echo "making new symlinks"
ln -s /home/`whoami`/stevset/.tmux.conf /home/`whoami`/.tmux.conf
ln -s /home/`whoami`/stevset/.zshrc /home/`whoami`/.zshrc
ln -s /home/`whoami`/stevset/.vim /home/`whoami`/.vim
ln -s /home/`whoami`/stevset/.vimrc /home/`whoami`/.vimrc
ln -s /home/`whoami`/stevset/.zsh /home/`whoami`/.zsh
ln -s /home/`whoami`/stevset/.spacemacs /home/`whoami`/.spacemacs
echo "Stowing Configs"
stow tmux
stow vim
stow zsh
stow emacs
stow bash
#set new shell
echo "set new shell to zsh"

4
notes Normal file
View file

@ -0,0 +1,4 @@
Origin: https://github.com/webpro/awesome-dotfiles
Plugins:
https://github.com/nvbn/thefuck

@ -0,0 +1 @@
Subproject commit 7ae413e00691dff4bad450229ebed37d27673c10

@ -0,0 +1 @@
Subproject commit bde7a2950adaa82e894d7bdf69e3e7383e40d229

@ -0,0 +1 @@
Subproject commit a97b6d12ae06c2db524e2ceba976f1d4f4637cb7

@ -0,0 +1 @@
Subproject commit 27acd851a780c563cb4807fc0ea3af9caccbb585

@ -0,0 +1 @@
Subproject commit af3292dbbb6d8abe35d0ad50bd86b6ac6219abb7

@ -0,0 +1 @@
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21

@ -0,0 +1 @@
Subproject commit 49ee364222dc2a5a00dddf89fd61880e3e39d46a

View file

View file