Merge branch 'master' of github.com:fergalmoran/dotfiles

This commit is contained in:
Fergal Moran
2017-08-21 19:47:13 +01:00
4 changed files with 32 additions and 0 deletions

9
Xresources Normal file
View File

@@ -0,0 +1,9 @@
XTerm*renderFont: true
XTerm*faceName: DejaVu Sans Mono
XTerm*faceSize: 10
XTerm*maximized: true
UXTerm*renderFont: true
UXTerm*faceName: DejaVu Sans Mono
UXTerm*faceSize: 10
UXTerm*maximized: true

View File

@@ -2,6 +2,17 @@ function pips() {
echo $'\n'$1 >> requirements.txt; pip install $1
}
<<<<<<< HEAD
function reset_webstorm(){
cd ~/.WebStorm*
rm config/eval/WebStorm*evaluation.key
rm config/options/options.xml
cd ~/.java/.userPrefs/jetbrains
rm -rf webstorm
}
=======
>>>>>>> parent of 02ed9ee... WS-2017.2 <fergalm@localhost Overwrite remote git@github.com:fergalmoran/dotfiles.git to local
cb() {
local _scs_col="\e[0;32m"; local _wrn_col='\e[1;31m'; local _trn_col='\e[0;33m'
# Check that xclip is installed.

View File

@@ -43,6 +43,12 @@ if [ ! -f $OMF ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
fi
<<<<<<< HEAD
#install tmux plugin manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
=======
>>>>>>> parent of 02ed9ee... WS-2017.2 <fergalm@localhost Overwrite remote git@github.com:fergalmoran/dotfiles.git to local
#install git flow completion
git clone https://github.com/bobthecow/git-flow-completion ~/.oh-my-zsh/custom/plugins/git-flow-completion

View File

@@ -136,7 +136,13 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
<<<<<<< HEAD
run '~/.tmux/plugins/tpm/tpm'
=======
if "test ! -d ~/.tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
run '~/.tmux/plugins/tpm/tpm'
>>>>>>> parent of 02ed9ee... WS-2017.2 <fergalm@localhost Overwrite remote git@github.com:fergalmoran/dotfiles.git to local