From 2b25dab098672af43b4600758cf4f1f14eae3d7c Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 17 Oct 2017 09:51:40 -0400 Subject: [PATCH] Update to nextcloud and assume dotfiles are installed first --- .i3/config | 2 +- install.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.i3/config b/.i3/config index 0c34518..f14ed3e 100755 --- a/.i3/config +++ b/.i3/config @@ -14,7 +14,7 @@ exec "setxkbmap dvorak" exec --no-startup-id ~/.fehbg exec /home/ahosking/.screenlayout/home_desktop.sh exec --no-startup-id nm-applet -exec --no-startup-id owncloud +exec --no-startup-id nextcloud exec --no-startup-id insync start set $mod Mod4 diff --git a/install.sh b/install.sh index 7e22da5..8d9b29c 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,9 @@ export EXTRA_DIR [ -d "$DOTFILES_DIR/.git" ] && git --work-tree="$DOTFILES_DIR" --git-dir="$DOTFILES_DIR/.git" pull origin master +### install packages +sudo apt-get install -y -f python-pip python-dev powerline + #vim backup folders mkdir -p ~/.vim/{backup_files,swap_files,undo_files} #install vundle