Update justfile
This commit is contained in:
parent
c62920b569
commit
9216c5e593
1 changed files with 5 additions and 1 deletions
6
justfile
6
justfile
|
@ -31,6 +31,10 @@ setup-code:
|
||||||
code-oss --install-extension usernamehw.errorlens
|
code-oss --install-extension usernamehw.errorlens
|
||||||
code-oss --install-extension vscodevim.vim
|
code-oss --install-extension vscodevim.vim
|
||||||
|
|
||||||
|
setup-gaming:
|
||||||
|
echo "vm.max_map_count = 2147483642" | sudo tee /etc/sysctl.d/80-gamecompatibility.conf
|
||||||
|
sudo sysctl --system
|
||||||
|
|
||||||
# Installs mpv scripts
|
# Installs mpv scripts
|
||||||
setup-mpv:
|
setup-mpv:
|
||||||
mkdir -p ~/.config/mpv/scripts
|
mkdir -p ~/.config/mpv/scripts
|
||||||
|
@ -40,7 +44,7 @@ setup-mpv:
|
||||||
|
|
||||||
# Installs AUR packages for my WM setup
|
# Installs AUR packages for my WM setup
|
||||||
setup-river:
|
setup-river:
|
||||||
paru -S lswt river-git swaylock-effects-git swww
|
paru -S --noprovides lswt river-git swaylock-effects-git swww wlopm wlr-randr-git
|
||||||
|
|
||||||
# Set ZSH as default shell and install plugins
|
# Set ZSH as default shell and install plugins
|
||||||
setup-shell:
|
setup-shell:
|
||||||
|
|
Loading…
Add table
Reference in a new issue