diff --git a/.config/aliasrc b/.config/aliasrc index ffc9eb5..4467070 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -23,6 +23,12 @@ alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME" src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;} srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;} +# git +alias ga="git add" +alias grm="git rm" +alias gc="git commit" +alias gp="git push" + # grep alias grep="grep --color=auto" @@ -64,6 +70,7 @@ alias rm="prompt 'Are you sure?' && rm" # root/sudo alias su="sudo -i" +alias sudo="sudo " #sc-im alias sc="sc-im" diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e253876..7b5abad 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -75,20 +75,20 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#dddddd" - foreground = "#000000" + background = "#282828" + foreground = "#eeeeee" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#dddddd" - foreground = "#000000" + background = "#282828" + foreground = "#eeeeee" timeout = 5 [urgency_critical] - background = "#dddddd" - foreground = "#000000" + background = "#282828" + foreground = "#eeeeee" frame_color = "#000000" timeout = 0 diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 9488890..4162dc9 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -12,7 +12,6 @@ Plug 'donRaphaco/neotex' , {'for': 'tex'} " Asynchronous pdf rendering Plug 'scrooloose/nerdtree' " Filetree Plug 'majutsushi/tagbar' " Show tags Plug 'airblade/vim-gitgutter' " Git Upgrades -"Plug 'FredKSchott/CoVim' "Use vim together Plug 'qpkorr/vim-renamer' " Bulk renamer Plug 'sirver/ultisnips' " Snippets Plug 'uiiaoo/java-syntax.vim' , {'for': 'java'} " Better syntax highlight for java than default diff --git a/.config/xorg/xprofile b/.config/xorg/xprofile index 642ac3c..9592e95 100644 --- a/.config/xorg/xprofile +++ b/.config/xorg/xprofile @@ -2,11 +2,10 @@ xset r rate 300 50 & # Speed xrate up unclutter & # Remove mouse when idle -xcompmgr & # xcompmgr for transparency dunst & # dunst for notifications redshift & # redshift for saving your eyes mpd & # starts the mpd server for music toggletouchpad & # deactivates the touchpad -$STATUSBAR & -owncloud & -sxhkd & +$STATUSBAR & # for refreshing the statusbar +owncloud & # for my cloud +sxhkd & # for shortcuts