new file: alacritty/alacritty.yml

new file:   bspwm/bspwmrc
	new file:   neofetch/config.conf
	new file:   nvim/init.vim
	new file:   polybar/config
	new file:   polybar/launch.sh
	new file:   polybar/scripts/bat_toggle.sh
	new file:   polybar/scripts/brightnessctl.sh
	new file:   polybar/scripts/bt-status.sh
	new file:   polybar/scripts/coins.svg
	new file:   polybar/scripts/openvpn-status.sh
	new file:   polybar/scripts/pcrypto.py
	new file:   polybar/scripts/pulseaudio-control.bash
	new file:   polybar/scripts/spotify_status.py
	new file:   polybar/scripts/xbps-updates.sh
	new file:   polybar/scripts/xbps-updates.sh.bkp
This commit is contained in:
Salyrus
2021-11-30 08:34:10 +01:00
parent dabd2e9772
commit 59a0540f85
16 changed files with 3007 additions and 0 deletions

17
nvim/init.vim Normal file
View File

@ -0,0 +1,17 @@
call plug#begin('~/.local/share/nvim/plugged')
Plug 'vimsence/vimsence'
Plug 'lervag/vimtex'
Plug 'python-mode/python-mode'
Plug 'rust-lang/rust.vim'
Plug 'glepnir/dashboard-nvim'
Plug 'Gavinok/vim-troff'
call plug#end()
:set number
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
let g:vimtex_view_general_viewer = 'zathura'
highlight LineNr ctermfg=8