Compare commits

...

2 Commits

Author SHA1 Message Date
Johannes Rothe
d1b30c8959 main: add ripgrep and batcat
All checks were successful
dotfiles/pipeline/head This commit looks good
2022-02-06 14:11:19 +01:00
Johannes Rothe
ea2b5fee58 vimrc: add systemd plugin 2022-02-06 14:10:54 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ Plug 'airblade/vim-gitgutter'
Plug 'sainnhe/sonokai' Plug 'sainnhe/sonokai'
" Language specific " Language specific
Plug 'vim-python/python-syntax' Plug 'vim-python/python-syntax'
Plug 'wgwoods/vim-systemd-syntax'
call plug#end() call plug#end()
" Theme " Theme

View File

@ -7,6 +7,7 @@
apt: apt:
name: name:
- ack - ack
- bat
- black # code formatting - black # code formatting
- bsdmainutils # ncal calendar - bsdmainutils # ncal calendar
- feh # set background - feh # set background
@ -23,6 +24,7 @@
- pass - pass
- python3-pylint-common - python3-pylint-common
- pulseaudio-utils # pactl volume control - pulseaudio-utils # pactl volume control
- ripgrep
- rofi # dmenu replacement - rofi # dmenu replacement
- scrot # screenshot - scrot # screenshot
- tmux - tmux