Compare commits

...

4 Commits

Author SHA1 Message Date
Johannes Rothe
db17ff7a00 fish: add done function
All checks were successful
dotfiles/pipeline/head This commit looks good
2022-10-11 07:29:48 +02:00
Johannes Rothe
990d78b23f foot: decrease font size 2022-10-11 07:29:10 +02:00
Johannes Rothe
fc71bb5f01 kanshi: add office display config 2022-10-11 07:28:50 +02:00
Johannes Rothe
ed817ece90 vimrc: Add dockerfile definition 2022-10-11 07:28:35 +02:00
4 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,4 @@
# Defined in - @ line 1
function done
echo "$(date +"%F %H:%M") $argv" >> ~/Documents/done.txt;
end

View File

@ -7,7 +7,7 @@
# app-id=foot
# title=foot
# locked-title=no
font=Roboto Mono:size=11
font=Roboto Mono:size=10
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>

View File

@ -6,3 +6,8 @@ profile {
profile {
output eDP-1 enable
}
profile {
output eDP-1 disable
output DP-1 enable
}

View File

@ -33,7 +33,8 @@ augroup end
augroup sh
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
augroup end
autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd FileType gitcommit :set spell
" vim-plug
" :PlugInstall to install new one
call plug#begin('~/.vim/plugged')