From f97727b7623f9958f8e703f661922e524ac3b72e Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 28 Mar 2018 15:10:07 -0400 Subject: [PATCH] altered storage to be stow compatible --- .bash_aliases => bash/.bash_aliases | 0 .bashrc => bash/.bashrc | 0 .spacemacs => emacs/.spacemacs | 0 init.sh | 21 ++++++--------------- notes | 4 ++++ .tmux.conf => tmux/.tmux.conf | 0 {.vim => vim/.vim}/.netrwhist | 0 {.vim => vim/.vim}/backups/.gitignore | 0 vim/.vim/bundle/VimCompletesMe | 1 + {.vim => vim/.vim}/bundle/Vundle.vim | 0 vim/.vim/bundle/ctrlp.vim | 1 + vim/.vim/bundle/indentLine | 1 + vim/.vim/bundle/vim-airline | 1 + vim/.vim/bundle/vim-airline-themes | 1 + vim/.vim/bundle/vim-colors-solarized | 1 + vim/.vim/bundle/vim-sensible | 1 + {.vim => vim/.vim}/colors/zenburn.vim | 0 {.vim => vim/.vim}/swaps/.gitignore | 0 {.vim => vim/.vim}/undo/.gitignore | 0 .vimrc => vim/.vimrc | 0 {.zsh => zsh/.zsh}/aliases.zsh | 0 {.zsh => zsh/.zsh}/directories.zsh | 0 {.zsh => zsh/.zsh}/extract.zsh | 0 {.zsh => zsh/.zsh}/ff.zsh | 0 {.zsh => zsh/.zsh}/history.zsh | 0 {.zsh => zsh/.zsh}/misc.zsh | 0 {.zsh => zsh/.zsh}/vimode.zsh | 0 {.zsh => zsh/.zsh}/window.zsh | 0 .zshrc => zsh/.zshrc | 0 29 files changed, 17 insertions(+), 15 deletions(-) rename .bash_aliases => bash/.bash_aliases (100%) rename .bashrc => bash/.bashrc (100%) rename .spacemacs => emacs/.spacemacs (100%) create mode 100644 notes rename .tmux.conf => tmux/.tmux.conf (100%) rename {.vim => vim/.vim}/.netrwhist (100%) rename {.vim => vim/.vim}/backups/.gitignore (100%) create mode 160000 vim/.vim/bundle/VimCompletesMe rename {.vim => vim/.vim}/bundle/Vundle.vim (100%) create mode 160000 vim/.vim/bundle/ctrlp.vim create mode 160000 vim/.vim/bundle/indentLine create mode 160000 vim/.vim/bundle/vim-airline create mode 160000 vim/.vim/bundle/vim-airline-themes create mode 160000 vim/.vim/bundle/vim-colors-solarized create mode 160000 vim/.vim/bundle/vim-sensible rename {.vim => vim/.vim}/colors/zenburn.vim (100%) rename {.vim => vim/.vim}/swaps/.gitignore (100%) rename {.vim => vim/.vim}/undo/.gitignore (100%) rename .vimrc => vim/.vimrc (100%) rename {.zsh => zsh/.zsh}/aliases.zsh (100%) rename {.zsh => zsh/.zsh}/directories.zsh (100%) rename {.zsh => zsh/.zsh}/extract.zsh (100%) rename {.zsh => zsh/.zsh}/ff.zsh (100%) rename {.zsh => zsh/.zsh}/history.zsh (100%) rename {.zsh => zsh/.zsh}/misc.zsh (100%) rename {.zsh => zsh/.zsh}/vimode.zsh (100%) rename {.zsh => zsh/.zsh}/window.zsh (100%) rename .zshrc => zsh/.zshrc (100%) diff --git a/.bash_aliases b/bash/.bash_aliases similarity index 100% rename from .bash_aliases rename to bash/.bash_aliases diff --git a/.bashrc b/bash/.bashrc similarity index 100% rename from .bashrc rename to bash/.bashrc diff --git a/.spacemacs b/emacs/.spacemacs similarity index 100% rename from .spacemacs rename to emacs/.spacemacs diff --git a/init.sh b/init.sh index 727071d..a2985a1 100755 --- a/init.sh +++ b/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" diff --git a/notes b/notes new file mode 100644 index 0000000..cc66c65 --- /dev/null +++ b/notes @@ -0,0 +1,4 @@ +Origin: https://github.com/webpro/awesome-dotfiles +Plugins: + https://github.com/nvbn/thefuck + diff --git a/.tmux.conf b/tmux/.tmux.conf similarity index 100% rename from .tmux.conf rename to tmux/.tmux.conf diff --git a/.vim/.netrwhist b/vim/.vim/.netrwhist similarity index 100% rename from .vim/.netrwhist rename to vim/.vim/.netrwhist diff --git a/.vim/backups/.gitignore b/vim/.vim/backups/.gitignore similarity index 100% rename from .vim/backups/.gitignore rename to vim/.vim/backups/.gitignore diff --git a/vim/.vim/bundle/VimCompletesMe b/vim/.vim/bundle/VimCompletesMe new file mode 160000 index 0000000..7ae413e --- /dev/null +++ b/vim/.vim/bundle/VimCompletesMe @@ -0,0 +1 @@ +Subproject commit 7ae413e00691dff4bad450229ebed37d27673c10 diff --git a/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim similarity index 100% rename from .vim/bundle/Vundle.vim rename to vim/.vim/bundle/Vundle.vim diff --git a/vim/.vim/bundle/ctrlp.vim b/vim/.vim/bundle/ctrlp.vim new file mode 160000 index 0000000..bde7a29 --- /dev/null +++ b/vim/.vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit bde7a2950adaa82e894d7bdf69e3e7383e40d229 diff --git a/vim/.vim/bundle/indentLine b/vim/.vim/bundle/indentLine new file mode 160000 index 0000000..a97b6d1 --- /dev/null +++ b/vim/.vim/bundle/indentLine @@ -0,0 +1 @@ +Subproject commit a97b6d12ae06c2db524e2ceba976f1d4f4637cb7 diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline new file mode 160000 index 0000000..27acd85 --- /dev/null +++ b/vim/.vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 27acd851a780c563cb4807fc0ea3af9caccbb585 diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes new file mode 160000 index 0000000..af3292d --- /dev/null +++ b/vim/.vim/bundle/vim-airline-themes @@ -0,0 +1 @@ +Subproject commit af3292dbbb6d8abe35d0ad50bd86b6ac6219abb7 diff --git a/vim/.vim/bundle/vim-colors-solarized b/vim/.vim/bundle/vim-colors-solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/vim/.vim/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/vim/.vim/bundle/vim-sensible b/vim/.vim/bundle/vim-sensible new file mode 160000 index 0000000..49ee364 --- /dev/null +++ b/vim/.vim/bundle/vim-sensible @@ -0,0 +1 @@ +Subproject commit 49ee364222dc2a5a00dddf89fd61880e3e39d46a diff --git a/.vim/colors/zenburn.vim b/vim/.vim/colors/zenburn.vim similarity index 100% rename from .vim/colors/zenburn.vim rename to vim/.vim/colors/zenburn.vim diff --git a/.vim/swaps/.gitignore b/vim/.vim/swaps/.gitignore similarity index 100% rename from .vim/swaps/.gitignore rename to vim/.vim/swaps/.gitignore diff --git a/.vim/undo/.gitignore b/vim/.vim/undo/.gitignore similarity index 100% rename from .vim/undo/.gitignore rename to vim/.vim/undo/.gitignore diff --git a/.vimrc b/vim/.vimrc similarity index 100% rename from .vimrc rename to vim/.vimrc diff --git a/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh similarity index 100% rename from .zsh/aliases.zsh rename to zsh/.zsh/aliases.zsh diff --git a/.zsh/directories.zsh b/zsh/.zsh/directories.zsh similarity index 100% rename from .zsh/directories.zsh rename to zsh/.zsh/directories.zsh diff --git a/.zsh/extract.zsh b/zsh/.zsh/extract.zsh similarity index 100% rename from .zsh/extract.zsh rename to zsh/.zsh/extract.zsh diff --git a/.zsh/ff.zsh b/zsh/.zsh/ff.zsh similarity index 100% rename from .zsh/ff.zsh rename to zsh/.zsh/ff.zsh diff --git a/.zsh/history.zsh b/zsh/.zsh/history.zsh similarity index 100% rename from .zsh/history.zsh rename to zsh/.zsh/history.zsh diff --git a/.zsh/misc.zsh b/zsh/.zsh/misc.zsh similarity index 100% rename from .zsh/misc.zsh rename to zsh/.zsh/misc.zsh diff --git a/.zsh/vimode.zsh b/zsh/.zsh/vimode.zsh similarity index 100% rename from .zsh/vimode.zsh rename to zsh/.zsh/vimode.zsh diff --git a/.zsh/window.zsh b/zsh/.zsh/window.zsh similarity index 100% rename from .zsh/window.zsh rename to zsh/.zsh/window.zsh diff --git a/.zshrc b/zsh/.zshrc similarity index 100% rename from .zshrc rename to zsh/.zshrc