Update to nextcloud and assume dotfiles are installed first
This commit is contained in:
parent
19f1aeb3b7
commit
2b25dab098
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user