Compare commits

..

No commits in common. "872bce16c8ee76335b2116a68630a2931f254e85" and "8381fc9c5fa01a55a15428ba82a8773dbf9d4ab9" have entirely different histories.

5 changed files with 8 additions and 28 deletions

2
.gitignore vendored
View File

@ -3,5 +3,3 @@ id_rsa.pub
id_rsa-cert.pub id_rsa-cert.pub
known_hosts known_hosts
fish_variables fish_variables
roles/dotfiles/files/fish/functions/fundle.fish
roles/dotfiles/files/fish/fundle/

View File

@ -7,20 +7,4 @@ if status --is-login
end end
end end
fundle plugin 'edc/bass' eval (keychain --eval --agents ssh,gpg 82CD152AAAE9CAF77EACB29E73F092605AF3286C)
fundle init
# run `fundle install` in the terminal
# bass to run utilities written in for bash in fish
if test -e /opt/ros/noetic/setup.bash
bass source /opt/ros/noetic/setup.bash
end
if test -e /home/rothe/catkin_ws/install/setup.bash
bass source /home/rothe/catkin_ws/install/setup.bash
end
if test -e /home/rothe/catkin_ws/install/setup.bash
bass source ~/.profile
end
eval (keychain --eval --agents ssh)

View File

@ -37,7 +37,7 @@ bindsym Mod1+l exec i3lock-fancy
bindsym Mod1+s exec i3lock-fancy && systemctl suspend bindsym Mod1+s exec i3lock-fancy && systemctl suspend
# screenshot # screenshot
bindsym --release Print exec "flameshot gui -p '/home/rothe/pictures/shots/'" bindsym --release Print exec "scrot -s '%Y-%m-%d-%H-%M-%S.png' -e 'mv $f ~/pictures/shots/'"
# kill focused window # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill

View File

@ -5,11 +5,11 @@ set cursorline
syntax on syntax on
" python " python
au BufNewFile,BufRead *.py,*.go set tabstop=4 softtabstop=4 shiftwidth=4 au BufNewFile,BufRead *.py,*.go set tabstop=4 softtabstop=4 shiftwidth=4
\ expandtab autoindent fileformat=unix \ textwidth=79 expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.yaml,*.tf set tabstop=2 softtabstop=2 shiftwidth=2 au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
\ expandtab autoindent fileformat=unix \ textwidth=79 expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2 au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2
\ expandtab autoindent colorcolumn=0 \ expandtab autoindent colorcolumn=0
au BufNewFile,BufRead *.launch set filetype=xml au BufNewFile,BufRead *.launch set filetype=xml
@ -26,7 +26,6 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf.vim'
Plug 'luochen1990/rainbow' Plug 'luochen1990/rainbow'
Plug 'psf/black' Plug 'psf/black'
Plug 'jvirtanen/vim-hcl' " HCL files used by terraform
" show git diff in sign column " show git diff in sign column
Plug 'airblade/vim-gitgutter' Plug 'airblade/vim-gitgutter'
" Themes " Themes

View File

@ -8,10 +8,8 @@
name: name:
- ack - ack
- black # code formatting - black # code formatting
- bsdmainutils # ncal calendar
- feh # set background - feh # set background
- fish - fish
- flameshot
- fonts-roboto - fonts-roboto
- fzf - fzf
- htop - htop
@ -20,6 +18,7 @@
- i3 - i3
- i3lock-fancy - i3lock-fancy
- keychain - keychain
- ncal
- pass - pass
- python3-pylint-common - python3-pylint-common
- pulseaudio-utils # pactl volume control - pulseaudio-utils # pactl volume control