Update dotfiles

This commit is contained in:
CramMK
2020-07-21 11:23:11 +02:00
parent f58186fa87
commit 9b77e6ccd4
5 changed files with 45 additions and 45 deletions

View File

@@ -27,7 +27,7 @@ My personal configurations, managed with the 'dotdrop' submodule.
+ Image-Viewer: `feh`
+ Locking: `i3lock-color`
+ Movie-Viewer: `mpv`
+ Music: `spotify` with [spicetify-cli](https://github.com/khanhas/spicetify-cli/)
+ Music: `spotify` with [spicetify-cli](https://github.com/khanhas/spicetify-cli/) 'Dribbblish Nord-Dark'
+ Notifications: `dunst`
+ PDF-Viewer: `zathura`
+ Transparency: `compton`
+ Transparency: `picom`

View File

@@ -163,6 +163,3 @@ profiles:
nvim:
dotfiles:
- f_nvim
nvim:
dotfiles:
- f_nvim

View File

@@ -19,42 +19,42 @@ XTerm.vt100.translations: #override \n\
! ! Repository: https://github.com/arcticicestudio/nord-xresources
! ! License: MIT
!
! #define nord0 #2E3440
! #define nord1 #3B4252
! #define nord2 #434C5E
! #define nord3 #4C566A
! #define nord4 #D8DEE9
! #define nord5 #E5E9F0
! #define nord6 #ECEFF4
! #define nord7 #8FBCBB
! #define nord8 #88C0D0
! #define nord9 #81A1C1
! #define nord10 #5E81AC
! #define nord11 #BF616A
! #define nord12 #D08770
! #define nord13 #EBCB8B
! #define nord14 #A3BE8C
! #define nord15 #B48EAD
!
! *.foreground: nord4
! *.background: nord0
! *.cursorColor: nord4
! *fading: 35
! *fadeColor: nord3
!
! *.color0: nord1
! *.color1: nord11
! *.color2: nord14
! *.color3: nord13
! *.color4: nord9
! *.color5: nord15
! *.color6: nord8
! *.color7: nord5
! *.color8: nord3
! *.color9: nord11
! *.color10: nord14
! *.color11: nord13
! *.color12: nord9
! *.color13: nord15
! *.color14: nord7
! *.color15: nord6
#define nord0 #2E3440
#define nord1 #3B4252
#define nord2 #434C5E
#define nord3 #4C566A
#define nord4 #D8DEE9
#define nord5 #E5E9F0
#define nord6 #ECEFF4
#define nord7 #8FBCBB
#define nord8 #88C0D0
#define nord9 #81A1C1
#define nord10 #5E81AC
#define nord11 #BF616A
#define nord12 #D08770
#define nord13 #EBCB8B
#define nord14 #A3BE8C
#define nord15 #B48EAD
*.foreground: nord4
*.background: nord0
*.cursorColor: nord4
*fading: 35
*fadeColor: nord3
*.color0: nord1
*.color1: nord11
*.color2: nord14
*.color3: nord13
*.color4: nord9
*.color5: nord15
*.color6: nord8
*.color7: nord5
*.color8: nord3
*.color9: nord11
*.color10: nord14
*.color11: nord13
*.color12: nord9
*.color13: nord15
*.color14: nord7
*.color15: nord6

View File

@@ -69,8 +69,9 @@ let g:nord_underline = 1
" autocomplete
if has('nvim')
Plugin 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
endif
let g:deoplete#enable_at_startup = 1
endif
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
call vundle#end()
@@ -83,6 +84,7 @@ set colorcolumn=81
filetype indent plugin on
" ------------------------------------- General --------------------------------
set number
set relativenumber
":highlight LineNr ctermfg=white "color
set showmatch " Highlights paranthesis

View File

@@ -39,6 +39,7 @@ alias mv='mv -i' # Ask before removal
alias gaa="git add ."
alias gst="git status"
alias gsh="git show"
alias gd="git diff"
alias gc="git commit -v"
alias gc!="git commit -v --amend"