fix gitignore and small mistakes
This commit is contained in:
parent
fa87f6f46d
commit
ebaec2c7d4
22 changed files with 7 additions and 2614 deletions
|
@ -6,9 +6,6 @@
|
|||
# clean config and home directory from bad symbolic links
|
||||
- clean: ['~', '.config/']
|
||||
|
||||
- create:
|
||||
- ~/.z
|
||||
|
||||
- link:
|
||||
~/.tmux.conf:
|
||||
path: shell/tmux.conf
|
||||
|
@ -23,7 +20,7 @@
|
|||
# install ohmyzsh
|
||||
- sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
# install vim plug for vim
|
||||
- curl -fLo vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
- curl -fLo vim/vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
# install vim plug for nvim
|
||||
- curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
# install vim plugins
|
||||
|
|
|
@ -5,4 +5,5 @@ plugins=(
|
|||
screen
|
||||
artisan
|
||||
fzf
|
||||
z
|
||||
)
|
||||
|
|
|
@ -8,7 +8,6 @@ if [ -f ~/.dotfiles/shell/plugins ]
|
|||
then
|
||||
source ~/.dotfiles/shell/plugins
|
||||
else
|
||||
# plugins
|
||||
plugins=(
|
||||
git
|
||||
pip
|
||||
|
@ -55,4 +54,8 @@ fi
|
|||
|
||||
export FZF_ALT_C_COMMAND='find . -type d'
|
||||
|
||||
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
||||
if _has ruby;
|
||||
then
|
||||
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
||||
fi
|
||||
|
||||
|
|
0
.gitignore → vim/.gitignore
vendored
0
.gitignore → vim/.gitignore
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
Subproject commit 28c93ab1854ef41a46855401cc4addbaf7dfb9d4
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c718cefc51ccdaf7bd27c4c1ae2de55103434241
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 359a80e3a34aacbd5257713b6a88aa085337166f
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d21693897e844700204348a530e5f0124ecd1f3f
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 184fbb6ffea6dc69726b229a08153c9d08522386
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1a99766b73783bafb08cfa07d7e29e5387c55189
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a40184536b3b93b6272585da9c36dca802d47a01
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b85165844240fe0b9121df487679a320e053abc7
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 141d9d32a9fb58fe474fcc89cd7221eb2dd57b3a
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 79b1f16a7adf38ed5e202e5317cc1eabc9399528
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 070cfc531a3bf6efdf18017ca1b22b426b971d8d
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3ddca5da461ebfaa82104f82e3cbf19d1c326ade
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 35948af32203282ffd724f4ffac87af9c3efcf11
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4e1a877f51a17a961b8c2a285ee80aebf05ccf42
|
|
@ -1 +0,0 @@
|
|||
Subproject commit be0e917d41769dbe8d4f94993b625548131fd058
|
|
@ -1 +0,0 @@
|
|||
Subproject commit e914728083536102c81281a2b2d0b81eec1e6bfb
|
Loading…
Add table
Reference in a new issue