altered storage to be stow compatible
This commit is contained in:
parent
2e63ee4f84
commit
f97727b762
29 changed files with 17 additions and 15 deletions
21
init.sh
21
init.sh
|
@ -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
4
notes
Normal file
|
@ -0,0 +1,4 @@
|
|||
Origin: https://github.com/webpro/awesome-dotfiles
|
||||
Plugins:
|
||||
https://github.com/nvbn/thefuck
|
||||
|
1
vim/.vim/bundle/VimCompletesMe
Submodule
1
vim/.vim/bundle/VimCompletesMe
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7ae413e00691dff4bad450229ebed37d27673c10
|
1
vim/.vim/bundle/ctrlp.vim
Submodule
1
vim/.vim/bundle/ctrlp.vim
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bde7a2950adaa82e894d7bdf69e3e7383e40d229
|
1
vim/.vim/bundle/indentLine
Submodule
1
vim/.vim/bundle/indentLine
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a97b6d12ae06c2db524e2ceba976f1d4f4637cb7
|
1
vim/.vim/bundle/vim-airline
Submodule
1
vim/.vim/bundle/vim-airline
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 27acd851a780c563cb4807fc0ea3af9caccbb585
|
1
vim/.vim/bundle/vim-airline-themes
Submodule
1
vim/.vim/bundle/vim-airline-themes
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit af3292dbbb6d8abe35d0ad50bd86b6ac6219abb7
|
1
vim/.vim/bundle/vim-colors-solarized
Submodule
1
vim/.vim/bundle/vim-colors-solarized
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
1
vim/.vim/bundle/vim-sensible
Submodule
1
vim/.vim/bundle/vim-sensible
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 49ee364222dc2a5a00dddf89fd61880e3e39d46a
|
Loading…
Add table
Add a link
Reference in a new issue