Merge branch 'main' of https://github.com/CrispyPin/dotfiles
This commit is contained in:
commit
e6b5fadf8b
3 changed files with 2 additions and 8 deletions
|
@ -47,7 +47,7 @@ graph_symbol_net = "default"
|
||||||
graph_symbol_proc = "default"
|
graph_symbol_proc = "default"
|
||||||
|
|
||||||
#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
|
#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
|
||||||
shown_boxes = "mem cpu proc net"
|
shown_boxes = "mem cpu proc"
|
||||||
|
|
||||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||||
update_ms = 1000
|
update_ms = 1000
|
||||||
|
|
|
@ -5,4 +5,5 @@ end
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
alias l "ls -hAGg"
|
alias l "ls -hAGg"
|
||||||
alias wtr "weather.sh"
|
alias wtr "weather.sh"
|
||||||
|
alias wifi "nmcli device wifi rescan && nmcli device wifi list"
|
||||||
fish_add_path /home/crispypin/bin/scripts
|
fish_add_path /home/crispypin/bin/scripts
|
||||||
|
|
|
@ -28,13 +28,6 @@ git clone https://github.com/crispypin/awesomewm-config .config/awesome
|
||||||
|
|
||||||
mkdir -p archive bin documents downloads music pictures proj temp uni videos .templates .desktop
|
mkdir -p archive bin documents downloads music pictures proj temp uni videos .templates .desktop
|
||||||
|
|
||||||
cd proj
|
|
||||||
git clone https://github.com/crispypin/crispypin
|
|
||||||
cp -f crispypin/config/user-dirs.dirs ~/.config/
|
|
||||||
xdg-user-dirs-update
|
|
||||||
rmdir Desktop/ Downloads/ Documents/ Pictures/ Music/ Videos/ Templates/ Public/
|
|
||||||
|
|
||||||
|
|
||||||
yay -S --needed \
|
yay -S --needed \
|
||||||
steam obs-studio-git linux-headers v4l2loopback-dkms \
|
steam obs-studio-git linux-headers v4l2loopback-dkms \
|
||||||
blender btop godot gimp \
|
blender btop godot gimp \
|
||||||
|
|
Loading…
Reference in a new issue