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` + Image-Viewer: `feh`
+ Locking: `i3lock-color` + Locking: `i3lock-color`
+ Movie-Viewer: `mpv` + 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` + Notifications: `dunst`
+ PDF-Viewer: `zathura` + PDF-Viewer: `zathura`
+ Transparency: `compton` + Transparency: `picom`

View File

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

View File

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

View File

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

View File

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