Skip to content

Commit ffd96ce

Browse files
committed
feat(arch): add btop, git, and cava configs
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 6cc9f47 commit ffd96ce

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ These are packages that I always keep in my machine installed. Some of these pac
141141
paru -S tar unzip unrar p7zip zip xz rclone trash-cli \
142142
nfs-utils cifs-utils ntfs-3g exfat-utils gvfs udisks2 \
143143
pfetch btop socat jq yt-dlp tealdeer
144+
145+
cp -r ~/Temp/SGDotfiles/btop ~/.config/btop
144146
```
145147

146148
#### Midnight Commander
@@ -560,9 +562,14 @@ systemctl start --user gcr-ssh-agent.socket
560562

561563
### Git
562564

565+
I always sign-off my git commits so I have `commit.gpgsign` set to *true*. I also have a couple aliases on hand for my most-used commands. Also, I use [GitHub CLI](https://cli.github.com/) to manage my GitHub repositories.
566+
563567
```bash
564568
paru -S github-cli
565569
git config --global credential.helper /usr/lib/git-core/git-credential-libsecret
570+
571+
cp -r ~/Temp/SGDotfiles/git/gitconfig ~/.gitconfig
572+
nvim ~/.gitconfig # Edit gitconfig to replace username, email, and signing key.
566573
```
567574

568575
## Setting Up The File Manager
@@ -626,7 +633,9 @@ sudo grub-mkconfig -o /boot/grub/grub.cfg
626633
I use LocalSend to transfer any files between my devices within the local network and GNOME Text Editor because for some reason [[#Neovim]] doesn't work properly when set as the default text editor. GNOME Disk Utility is used as a GUI front-end for disk management stuff.
627634
628635
```bash
629-
paru -S localsend-bin gedit gnome-disk-utility
636+
paru -S cava gedit gnome-disk-utility localsend-bin
637+
638+
cp -r ~/Temp/SGDotfiles/cava ~/.config/cava
630639
631640
# Ensure that GNOME Text Editor does not add newlines at the end of files
632641
gsettings set org.gnome.gedit.preferences.editor ensure-trailing-newline false

0 commit comments

Comments
 (0)