From 4914bc72b8014367bcb4c796866136242418be9c Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 3 May 2017 14:13:49 -0500 Subject: [PATCH 1/3] Fix bar assumptions and add tmon alias --- de/bspwm_config | 6 ------ shell/aliases | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/de/bspwm_config b/de/bspwm_config index 7074fe4..8b2b875 100755 --- a/de/bspwm_config +++ b/de/bspwm_config @@ -14,12 +14,6 @@ if [ -f "$HOME/.env_bspwm" ]; then source "$HOME/.env_bspwm" fi -# old colors -# bspc config normal_border_color "#$(get_color 05)" -# bspc config focused_border_color "#$(get_color 0D)" -# bspc config active_border_color "#$(get_color 0D)" -# bspc config presel_feedback_color "#$(get_color 0D)" - bspc config normal_border_color "$(xrdb -query | sed -ne 's/.*background:\s*//p')" bspc config focused_border_color "$(xrdb -query | sed -ne 's/.*color0\?4:\s*//p')" bspc config active_border_color "$(xrdb -query | sed -ne 's/.*color0\?4:\s*//p')" diff --git a/shell/aliases b/shell/aliases index 777dcd8..57cb77c 100644 --- a/shell/aliases +++ b/shell/aliases @@ -46,6 +46,7 @@ alias tmls="tmux list-sessions" alias tmatt="tmux attach -t" alias tu="tmux attach -t utils || tmux new -s utils" alias tdf="tmux attach -t df || tmux new -s df -c \"$DOTFILES_PATH\"" +alias tmon="tmux attach -t mon || tmux new -s mon" # git aliases alias gs="git status" From 62cc2803ecbefb8e8d6e7206fef3cc3c0c5b7d55 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 9 May 2017 12:46:59 -0500 Subject: [PATCH 2/3] Add todo --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index a80c718..f0c90ac 100644 --- a/readme.md +++ b/readme.md @@ -83,3 +83,7 @@ Here are some bullet points on my workflow as a Web Developer: * urxvt fontawesome * Alacritty as terminal? * Cloud IRC +* XDG Directories (see [here][xdg-user-dirs]) + + +[xdg-user-dirs]: https://wiki.archlinux.org/index.php/XDG_user_directories From 9f6f897683968642e71f8cdae1874954c7732fd6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 9 May 2017 13:04:00 -0500 Subject: [PATCH 3/3] Remove silly vim plugin package references --- apps/neovim/init.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/neovim/init.vim b/apps/neovim/init.vim index 07772a1..375437f 100644 --- a/apps/neovim/init.vim +++ b/apps/neovim/init.vim @@ -121,12 +121,11 @@ let g:deoplete#enable_at_startup = 1 Plug 'scrooloose/syntastic' " syntax checker Plug 'bkad/CamelCaseMotion' " camel case and underscore word movements -Plug 'LargeFile' " gracefully handle very large files +Plug 'vim-scripts/LargeFile' " gracefully handle very large files Plug 'tpope/vim-commentary' " toggle comments in code easily Plug 'tpope/vim-repeat' " toggle comments in code easily Plug 'tmux-plugins/vim-tmux-focus-events' " allow transitions within tmux Plug 'christoomey/vim-tmux-navigator' " allow transitions within tmux -Plug 'tasklist.vim' " show tasks with leader,t Plug 'godlygeek/tabular' " align text lines together Plug 'dhruvasagar/vim-table-mode' " for creating and editing character tables Plug 'lytedev/vim-superman' " view man pages with vim