Improving many system processes

This commit is contained in:
Alexander Hosking 2017-07-23 01:48:01 -04:00
parent 0c9de6de1a
commit 7b43ffcdd1
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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" ~

View File

@ -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.