Compare commits
4 Commits
ac34117c6c
...
db17ff7a00
Author | SHA1 | Date | |
---|---|---|---|
|
db17ff7a00 | ||
|
990d78b23f | ||
|
fc71bb5f01 | ||
|
ed817ece90 |
4
roles/dotfiles/files/fish/functions/done.fish
Normal file
4
roles/dotfiles/files/fish/functions/done.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function done
|
||||||
|
echo "$(date +"%F %H:%M") $argv" >> ~/Documents/done.txt;
|
||||||
|
end
|
@ -7,7 +7,7 @@
|
|||||||
# app-id=foot
|
# app-id=foot
|
||||||
# title=foot
|
# title=foot
|
||||||
# locked-title=no
|
# locked-title=no
|
||||||
font=Roboto Mono:size=11
|
font=Roboto Mono:size=10
|
||||||
# font-bold=<bold variant of regular font>
|
# font-bold=<bold variant of regular font>
|
||||||
# font-italic=<italic variant of regular font>
|
# font-italic=<italic variant of regular font>
|
||||||
# font-bold-italic=<bold+italic variant of regular font>
|
# font-bold-italic=<bold+italic variant of regular font>
|
||||||
|
@ -6,3 +6,8 @@ profile {
|
|||||||
profile {
|
profile {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
|
output eDP-1 disable
|
||||||
|
output DP-1 enable
|
||||||
|
}
|
||||||
|
@ -33,7 +33,8 @@ augroup end
|
|||||||
augroup sh
|
augroup sh
|
||||||
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||||
augroup end
|
augroup end
|
||||||
|
autocmd FileType dockerfile :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
|
||||||
|
autocmd FileType gitcommit :set spell
|
||||||
" vim-plug
|
" vim-plug
|
||||||
" :PlugInstall to install new one
|
" :PlugInstall to install new one
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user