mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Added bin folder and vim update
This commit is contained in:
6
bin/update_vim_bundles
Executable file
6
bin/update_vim_bundles
Executable file
@@ -0,0 +1,6 @@
|
||||
cd ~/.vim/bundle
|
||||
for i in `ls`; do
|
||||
cd "$i"
|
||||
git pull
|
||||
cd ..
|
||||
done
|
||||
1537
dropbox.py
1537
dropbox.py
File diff suppressed because one or more lines are too long
@@ -27,9 +27,7 @@ for file in $files; do
|
||||
ln -s $dir/$file ~/.$file
|
||||
done
|
||||
|
||||
[ -d ~/bin ] || mkdir ~/bin
|
||||
chmod +x $dir/dropbox.py
|
||||
ln -s $dir/dropbox.py ~/bin/dropbox.py
|
||||
ln -s $dir/bin ~/bin
|
||||
|
||||
#ln $dir/fonts ~/.fonts
|
||||
#fc-cache -f -v
|
||||
|
||||
4
zshrc
4
zshrc
@@ -1,5 +1,5 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=/home/fergalm/.oh-my-zsh
|
||||
@@ -51,7 +51,7 @@ ZSH_THEME="muse"
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git, thefuck)
|
||||
plugins=(git, thefuck, git-flow-completion)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source /usr/share/autojump/autojump.sh
|
||||
|
||||
Reference in New Issue
Block a user