tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ง Update setup packages
davidgasquez.com
1 month ago
cf04a8de
2752aabd
+2
-10
2 changed files
expand all
collapse all
unified
split
system
setup.sh
terminal
setup.sh
-6
system/setup.sh
···
18
18
networkmanager
19
19
pacman-contrib
20
20
power-profiles-daemon
21
21
-
preload
22
21
rocm-smi-lib
23
22
sox
24
23
ufw
···
56
55
# Out-of-memory daemon
57
56
if ! systemctl is-enabled --quiet systemd-oomd.service; then
58
57
sudo systemctl enable --now systemd-oomd.service
59
59
-
fi
60
60
-
61
61
-
# Preload
62
62
-
if ! systemctl is-enabled --quiet preload; then
63
63
-
systemctl enable --now preload
64
58
fi
65
59
66
60
# Gnome Keyring
+2
-4
terminal/setup.sh
···
18
18
prek-bin
19
19
ripgrep
20
20
sheldon
21
21
-
shellcheck-bin
21
21
+
shellcheck
22
22
starship
23
23
tmux
24
24
uv
···
26
26
wget
27
27
zoxide
28
28
zsh
29
29
+
yt-dlp
29
30
)
30
31
31
32
# Install packages
32
33
paru -S --needed --noconfirm "${packages[@]}"
33
33
-
34
34
-
# Install yt-dlp
35
35
-
uv tool install --reinstall yt-dlp --with secretstorage
36
34
37
35
# Create directories
38
36
mkdir -p "${HOME}/.config/alacritty" "${HOME}/.config/sheldon" "${HOME}/.config/starship"