diff --git a/.i3/config b/.i3/config index a70efe6..d80d112 100755 --- a/.i3/config +++ b/.i3/config @@ -14,6 +14,8 @@ exec "setxkbmap dvorak" exec --no-startup-id nm-applet exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper-1791868.jpg +exec --no-startup-id owncloud +exec --no-startup-id insync start set $mod Mod4 diff --git a/install.sh b/install.sh index 6e7b486..cc07913 100755 --- a/install.sh +++ b/install.sh @@ -14,6 +14,9 @@ mkdir -p ~/.vim/{backup_files,swap_files,undo_files} #install vundle git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim +#Install pyenv +git clone https://github.com/pyenv/pyenv.git ~/.pyenv + # Bunch of symlinks ln -sfv ~/dotfiles ~/.dotfiles #ln -sfv "$DOTFILES_DIR/run/.bash_profile" ~ diff --git a/system/.env b/system/.env index 2597758..f74d95e 100755 --- a/system/.env +++ b/system/.env @@ -3,7 +3,7 @@ export PATH="$PATH:$HOME:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$DOTFILES_DIR/bin:$HOME/apps:/opt/sublime-text" #Add Pycharm to the Path -export PATH="$PATH:$HOME/apps/pycharm-2017.1.1/bin/pycharm.sh" +export PATH="$PATH:/opt/pycharm/bin/pycharm.sh" # Make vim the default editor.