Update documentation, Spectrwm configuration and fish function

This commit is contained in:
adrien 2021-10-27 21:08:29 +02:00
parent 28b1a8ec6b
commit 8119fef738
Signed by: adrien
GPG Key ID: 4F17BEA67707AC21
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
function cache function cache
/usr/bin/yay -Scc --noconfirm /usr/bin/yay -Scc --noconfirm
/usr/bin/yay -Sc --noconfirm /usr/bin/yay -Sc --noconfirm
/usr/bin/gem cleanup --silent
/usr/bin/go clean -modcache -cache -testcache /usr/bin/go clean -modcache -cache -testcache
/usr/bin/composer clear-cache /usr/bin/composer clear-cache
/usr/bin/python -m pip cache purge /usr/bin/python -m pip cache purge

View File

@ -10,7 +10,7 @@ warp_focus = 1
warp_pointer = 0 warp_pointer = 0
# Window decoration # Window decoration
border_width = 0 border_width = 2
color_focus = rgb:bb/c5/ff color_focus = rgb:bb/c5/ff
color_focus_maximized = yellow color_focus_maximized = yellow
color_unfocus = rgb:88/88/88 color_unfocus = rgb:88/88/88

View File

@ -178,7 +178,7 @@ sudo chmod a+rw /dev/ttyUSBX
``` ```
yay -S ruby yay -S ruby
cp dotfiles/.gemrc ~/ cp dotfiles/.gemrc ~/
gem install bundler jekyll gem install bundler jekyll rdoc
``` ```
### Rust ### Rust