Added bin folder and vim update

This commit is contained in:
Fergal Moran
2016-12-07 22:03:38 +00:00
parent dfd49eb2d6
commit 8f0fa7ebaa
4 changed files with 9 additions and 1542 deletions

6
bin/update_vim_bundles Executable file
View File

@@ -0,0 +1,6 @@
cd ~/.vim/bundle
for i in `ls`; do
cd "$i"
git pull
cd ..
done

1537
dropbox.py

File diff suppressed because one or more lines are too long

View File

@@ -27,9 +27,7 @@ for file in $files; do
ln -s $dir/$file ~/.$file ln -s $dir/$file ~/.$file
done done
[ -d ~/bin ] || mkdir ~/bin ln -s $dir/bin ~/bin
chmod +x $dir/dropbox.py
ln -s $dir/dropbox.py ~/bin/dropbox.py
#ln $dir/fonts ~/.fonts #ln $dir/fonts ~/.fonts
#fc-cache -f -v #fc-cache -f -v

4
zshrc
View File

@@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH. # 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. # Path to your oh-my-zsh installation.
export ZSH=/home/fergalm/.oh-my-zsh 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/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 $ZSH/oh-my-zsh.sh
source /usr/share/autojump/autojump.sh source /usr/share/autojump/autojump.sh