diff --git a/.bash_profile b/.bash_profile index 9d61b03..9aee501 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,4 +20,3 @@ fi # Added by ~/.emacs.d/install.sh export PATH=$HOME/.cask/bin:$PATH -source '/home/bmichener/src/blessclient/lyftprofile' # bless ssh alias diff --git a/.bashrc b/.bashrc index 0430876..f714772 100644 --- a/.bashrc +++ b/.bashrc @@ -161,4 +161,3 @@ fi if [ -f ~/local/google-cloud-sdk/completion.bash.inc ]; then . ~/local/google-cloud-sdk/completion.bash.inc fi -source '/home/bmichener/src/blessclient/lyftprofile' # bless ssh alias diff --git a/.config/xfce4/desktop/icons.screen0-2544x1399.rc b/.config/xfce4/desktop/icons.screen0-2544x1399.rc index 3ef7ba3..f8c5c47 100644 --- a/.config/xfce4/desktop/icons.screen0-2544x1399.rc +++ b/.config/xfce4/desktop/icons.screen0-2544x1399.rc @@ -9,7 +9,7 @@ col=0 row=1 col=0 -[/home/bmichener] +[/home/barak] row=2 col=0 diff --git a/.config/xfce4/panel/whiskermenu-1.rc b/.config/xfce4/panel/whiskermenu-1.rc index 57d2ede..13975de 100644 --- a/.config/xfce4/panel/whiskermenu-1.rc +++ b/.config/xfce4/panel/whiskermenu-1.rc @@ -1,7 +1,7 @@ -favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,pidgin.desktop,org.gnome.Software.desktop,exo-terminal-emulator.desktop -recent=xfce-ui-settings.desktop,firefox.desktop,exo-terminal-emulator.desktop,lightdm-gtk-greeter-settings.desktop +favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,pidgin.desktop,exo-terminal-emulator.desktop +recent=xfce-mouse-settings.desktop,xfce-ui-settings.desktop,firefox.desktop,exo-terminal-emulator.desktop button-title=Applications Menu -button-icon=xubuntu-logo-menu +button-icon=xfce4-whiskermenu button-single-row=false show-button-title=false show-button-icon=true diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 0b3d268..fc5dbfc 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -14,8 +14,6 @@ - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index e2f9353..4189958 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -48,7 +48,7 @@ - + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index dc18747..9049b38 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -34,7 +34,7 @@ - + diff --git a/.vimrc b/.vimrc index 77eba77..db9465f 100644 --- a/.vimrc +++ b/.vimrc @@ -71,12 +71,12 @@ let $RUST_SRC_PATH="/usr/src/rust/src/" "let g:ft_ignore_pat = '.org' " Required: -set runtimepath+=/home/bmichener/.vim/bundle/repos/github.com/Shougo/dein.vim +set runtimepath+=/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim " Required: -call plug#begin('/home/bmichener/.vim/bundle') +call plug#begin('/home/barak/.vim/bundle') -Plug '/home/bmichener/.vim/bundle/repos/github.com/Shougo/dein.vim' +Plug '/home/barak/.vim/bundle/repos/github.com/Shougo/dein.vim' Plug 'vim-scripts/DrawIt' Plug 'tpope/vim-speeddating' Plug 'vim-scripts/EasyGrep' diff --git a/.zprofile b/.zprofile index 1554e32..7296da2 100644 --- a/.zprofile +++ b/.zprofile @@ -38,4 +38,3 @@ ENV=$HOME/.zshrc; export ENV #alias la='ls -FGal' #source ~/.zshrc export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" -source '/home/bmichener/src/blessclient/lyftprofile' # bless ssh alias diff --git a/.zshrc b/.zshrc index 0edd651..b671463 100644 --- a/.zshrc +++ b/.zshrc @@ -125,4 +125,3 @@ if [ -f '/home/barak/local/google-cloud-sdk/path.zsh.inc' ]; then source '/home/ # The next line enables shell command completion for gcloud. if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/barak/local/google-cloud-sdk/completion.zsh.inc'; fi -source '/home/bmichener/src/blessclient/lyftprofile' # bless ssh alias