From 49b7a745d1a7a148d7c18e04655da4df4dd131bb Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 2 Jan 2015 18:50:23 -0500 Subject: [PATCH] Made a few changes --- scripts/desktop.txt | 1 + shells/zshrc | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/desktop.txt b/scripts/desktop.txt index 16a5bc1..de57a9c 100644 --- a/scripts/desktop.txt +++ b/scripts/desktop.txt @@ -54,3 +54,4 @@ icedtea-7-plugin systemsettings gtk-theme-switch qtcurve +kpartsplugin diff --git a/shells/zshrc b/shells/zshrc index 55dd888..ba230da 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -24,9 +24,10 @@ antigen apply # Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM=/path/to/new-custom-folder -#plugins=(git) +# plugins=(wd gem gpg-agent pass pip python sudo vagrant) +plugins=(wd gem pass pip python sudo vagrant) DISABLE_AUTO_UPDATE="true" -#source $ZSH/oh-my-zsh.sh +source $ZSH/oh-my-zsh.sh if [ -f /etc/zsh_command_not_found ] ; then source /etc/zsh_command_not_found fi @@ -138,7 +139,14 @@ function cinitify(){ git remote add oHttps https://10.0.1.200/gitlab/$1/$2.git git remote -v git config http.sslVerify false - if [[ ! $3 == "-r" ]] ; then + if [[ $3 == "-v" ]] ; then + # Vagrant repository + vagrant init $4 + echo ".vagrant" > .gitignore + git add . + git commit -m "Initial commit" + vagrant up + elif [[ ! $3 == "-r" ]] ; then echo -n "Pull from: " read from git pull $from