all repos — dotfiles @ 6b6d135d08fe6549f12a75335a6ae80de0301518

my *nix dotfiles

2 much to type

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 19 Sep 2019 22:19:08 +0530
commit

6b6d135d08fe6549f12a75335a6ae80de0301518

parent

0b498183321bfc3b89ed050fb638ad5b7c9ae21f

4 files changed, 11 insertions(+), 10 deletions(-)

jump to
M config/nvim/init.vimconfig/nvim/init.vim

@@ -6,14 +6,12 @@ "|_|_| |_|_|\__(_)_/ |_|_| |_| |_|

call plug#begin() -Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } Plug 'jiangmiao/auto-pairs' Plug 'airblade/vim-gitgutter' Plug 'NerdyPepper/vim-colors-plain', { 'branch': 'duotone' } " plugins for writing {{{ Plug 'reedes/vim-pencil', { 'for': ['text', 'markdown'] } Plug 'reedes/vim-wordy', { 'for': ['text', 'markdown'] } -Plug 'reedes/vim-litecorrect', { 'for': ['text', 'markdown'] } Plug 'junegunn/goyo.vim', { 'for': ['text', 'markdown'] } Plug 'plasticboy/vim-markdown', { 'for': ['text', 'markdown'] } Plug 'kana/vim-textobj-user', { 'for': ['text', 'markdown'] }

@@ -23,7 +21,6 @@ " }}}

Plug 'chriskempson/base16-vim' Plug 'ervandew/supertab' Plug 'yuttie/comfortable-motion.vim' -Plug 'zchee/deoplete-jedi' Plug 'zah/nim.vim' Plug 'wellle/targets.vim' Plug 'NerdyPepper/agila.vim'
M i3/configi3/config

@@ -179,9 +179,9 @@ # rofi-pass

bindsym $mod+p exec "rofi-pass" # volume controls -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle +bindsym XF86AudioRaiseVolume exec amixer sset Master +2% +bindsym XF86AudioLowerVolume exec amixer sset Master -2% +bindsym XF86AudioMute exec amixer sset Master toggle # brightness controls bindsym XF86MonBrightnessUp exec xbacklight -inc 5
M zsh/.aliaseszsh/.aliases

@@ -10,6 +10,7 @@ alias ga="git add"

alias gd="git diff --minimal" alias gl="git log --oneline --decorate --graph" alias ls="ls --color" +alias vim="nvim" function up { ~/bin/icyup.sh "$1"
M zsh/.zshrczsh/.zshrc

@@ -65,11 +65,14 @@ # fpath

fpath=($HOME/.zsh/zsh-completions/src $fpath) # sourced scripts -source /usr/share/autojump/autojump.zsh source $HOME/.aliases -source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh -source $HOME/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + +# autojump +[[ -s /home/icy/.autojump/etc/profile.d/autojump.sh ]] && source /home/icy/.autojump/etc/profile.d/autojump.sh +autoload -U compinit && compinit -u + # emacsy binds bindkey -e