Improving many system processes
This commit is contained in:
parent
0c9de6de1a
commit
7b43ffcdd1
@ -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
|
||||
|
||||
|
@ -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" ~
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user