mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-09 20:16:40 +01:00
Update:add git wip,nvim add colorcolumn=100,&other
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
[user]
|
||||
email = emailhere
|
||||
name = arnaucube
|
||||
[diff]
|
||||
tool = --get
|
||||
[core]
|
||||
pager = delta
|
||||
[delta]
|
||||
@@ -8,3 +13,6 @@
|
||||
syntax-theme = Monokai Extended
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[alias]
|
||||
wip = for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads
|
||||
|
||||
|
||||
1
.vimrc
1
.vimrc
@@ -8,7 +8,6 @@ call plug#end()
|
||||
|
||||
|
||||
set termguicolors
|
||||
set term=xterm-256color
|
||||
|
||||
colorscheme space-vim-dark
|
||||
set background=dark
|
||||
|
||||
2
init.vim
2
init.vim
@@ -189,6 +189,8 @@ let g:gruvbox_contrast_dark = 'hard'
|
||||
let g:gruvbox_contrast_light = 'hard'
|
||||
let g:srcery_italic = 1
|
||||
|
||||
set colorcolumn=100
|
||||
|
||||
set background=dark
|
||||
|
||||
" colorscheme molokai
|
||||
|
||||
4
launch-scripts/screens-3-horizontal-line-setup.sh
Executable file
4
launch-scripts/screens-3-horizontal-line-setup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
xrandr --auto
|
||||
xrandr --output HDMI-2 --right-of eDP-1
|
||||
xrandr --output DP-1 --right-of HDMI-2
|
||||
4
launch-scripts/screens-3-setup.sh
Executable file
4
launch-scripts/screens-3-setup.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
xrandr --auto
|
||||
xrandr --output HDMI-2 --above eDP-1
|
||||
xrandr --output DP-1 --left-of HDMI-2
|
||||
@@ -39,3 +39,6 @@ set sidescrolloff=5 " keep at least 5 lines left/right
|
||||
|
||||
" toggle for paste mode
|
||||
set pastetoggle=<F3>
|
||||
|
||||
" set ignorecase " do case insensitive search
|
||||
set incsearch " show incremental search results as you type
|
||||
|
||||
Reference in New Issue
Block a user