Skip to content

Commit f2031c7

Browse files
committed
feat(arch): still organizing the manual customization guide
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 72f8cd1 commit f2031c7

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ PipeWire is now superseding PulseAudio when it comes to handling audio and video
9292
9393
```bash
9494
paru -S pipewire pipewire-audio pipewire-pulse lib32-pipewire \
95-
easyeffects playerctl wireplumber \
96-
alsa-utils pipewire-jack \
95+
alsa-utils pipewire-jack wireplumber \
9796
gst-libav gst-plugins-base \
9897
gst-plugins-{good,bad,ugly} gstreamer-vaapi \
98+
ffmpeg easyeffects playerctl \
9999
x265 x264 lame
100100
```
101101
@@ -133,18 +133,26 @@ systemctl enable cups.service saned.socket
133133
systemctl enable fstrim.timer
134134
```
135135

136-
### Essential Utilities
136+
### Must-Have Programs
137137

138138
These are packages that I always keep in my machine installed.
139139

140140
```bash
141-
paru -S mc localsend-bin pfetch github-cli \
142-
tar unzip unrar p7zip zip xz rsync rclone trash-cli \
141+
paru -S localsend-bin pfetch rclone \
142+
tar unzip unrar p7zip zip xz rsync trash-cli \
143143
nfs-utils cifs-utils ntfs-3g exfat-utils gvfs udisks2 \
144-
ffmpeg pavucontrol \
145144
btop socat jq
146145
```
147146

147+
#### Midnight Commander
148+
149+
Sometimes, I don't want to use Nautilus to navigate the filesystem... Definitely not because I messed up my system and now GUI programs don't work. Midnight Commander is a terminal-based file manager that can be used via keyboard.
150+
151+
```bash
152+
paru -S mc
153+
cp -r ~/Temp/SGDotfiles/mc ~/.config/mc
154+
```
155+
148156
#### Flatpak
149157

150158
```bash
@@ -252,7 +260,8 @@ paru -S hyprland hyprpaper \
252260
seahorse libsecret \
253261
nm-connection-editor \
254262
network-manager-applet \
255-
wl-clipboard cliphist
263+
wl-clipboard cliphist \
264+
pavucontrol
256265
```
257266

258267
> [!TIP] If you ever need help, Hyprland has their own wiki, so [read it](https://wiki.hyprland.org/Getting-Started/Master-Tutorial/)!
@@ -416,6 +425,7 @@ systemctl start --user gcr-ssh-agent.socket
416425
### Git
417426

418427
```bash
428+
paru -S github-cli
419429
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
420430
```
421431

0 commit comments

Comments
 (0)