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
|
./deps.zsh
|
||||||
|
|
||||||
#remove existing configs, if they exist
|
#remove existing configs, if they exist
|
||||||
echo "removing symlinks"
|
echo "Stowing Configs"
|
||||||
rm -ri ~/.tmux.conf
|
stow tmux
|
||||||
rm -ri ~/.zsh
|
stow vim
|
||||||
rm -ri ~/.vimrc
|
stow zsh
|
||||||
rm -ri ~/.vim
|
stow emacs
|
||||||
rm -ri ~/.zshrc
|
stow bash
|
||||||
|
|
||||||
#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
|
|
||||||
|
|
||||||
#set new shell
|
#set new shell
|
||||||
echo "set new shell to zsh"
|
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