Skip to content

Latest commit

 

History

History
141 lines (113 loc) · 3.15 KB

03-misc.md

File metadata and controls

141 lines (113 loc) · 3.15 KB

Various other items to do at some point

Sound

Option 1 Packages to install (Pulse Audio)

yay -S pulseaudio-alsa speex

Option 2 Packages to install (jack) work in progress

yay -S jack2-dbus realtime-privileges
useradd -G realtime {name}

Modprobe

sudo cp $HOME/.dotfiles/etc/modprobe.d/sound.conf /etc/modprobe.d/

Bluetooth

Packages (no pulseaudio-bluetooth if using jack)

yay -S pulseaudio-bluetooth

Other graphical stuff

Sublime

yay -S sublime-text sublime-merge

Alacritty

yay -S alacritty alacritty-terminfo

Fonts

yay -S gwaterfall

Browser

yay -S chromium profile-sync-daemon
sudo nano /etc/fstab

Add to the bottom of the fstab

tmpfs /home/{user}/.cache/chromium tmpfs rw,noatime,size=1G,nr_inodes=5k,noexec,nodev,nosuid,uid={username},gid={group},mode=1700 0 0

psd
nano $HOME/.config/psd/psd.conf

USE_OVERLAYFS="yes"

BROWSERS="chromium"

sudo visudo /etc/sudoers.d/psd

{username} ALL=(ALL) NOPASSWD: /usr/bin/psd-overlay-helper

systemctl --user enable psd.service --now

General desktop (work in progress)

yay -S gthumb libraw libchamplain evince file-roller gdm gnome-backgrounds gnome-calculator gnome-clocks gnome-characters gnome-control-center gnome-font-viewer gnome-keyring gnome-menus gnome-screenshot gnome-session gnome-settings-daemon gnome-shell mutter nautilus sushi tracker xdg-user-dirs-gtk gnome-logs gnome-tweaks alacarte gnome-shell-extensions gnome-shell-extension-dash-to-dock dconf-editor chrome-gnome-shell ffmpegthumbnailer gst-libav

Other extensions from extensions.gnome.org

  • Install
    • No Symbolic Icons
    • Status Area Horizontal Spacing
    • KStatusNotifierItem/AppIndicator Support
    • Panel OSD
    • Frippery Move Clock

Themes

yay -S materia-gtk-theme papirus-icon-theme

Enhancements to Materia

subl /usr/share/themes/Materia/gnome-shell/gnome-shell.css
  • Then edit font-family under stage to move Sans-Serif to the front.
  • May also edit font-size (I used 10)

Create gnome-shell theme for Materia

sudo cp /usr/share/gnome-shell/gnome-shell-theme.gresource /usr/share/gnome-shell/gnome-shell-theme.gresource.original
cd /usr/share/themes/Materia/gnome-shell
sudo glib-compile-resources --target=/usr/share/gnome-shell/gnome-shell-theme.gresource gnome-shell-theme.gresource.xml

Enhancements to Papirus

yay -S papirus-folders-git hardcode-tray
papirus-folders -C cyan --theme Papirus
sudo hardcode-tray --clear-cache
sudo hardcode-tray --apply

More updated TUI tools

yay -S mtr pydf multitail

Plymouth

yay -S gdm-plymouth

Add sd-plymouth after systemd in the hooks section of /etc/mkinticpio.conf

Packages to potentially add later

yay -S mpv docker docker-compose docker-machine virtualbox virtualbox-host-modules-arch youtube-dl pass pass-otp docker-credential-pass
sudo usermod -Ag docker {name}
pass init {email}
pass git remote add origin [email protected]:{name}/{repo}.git
pass git pull

Backup

yay -S restic

Other programming tools

yay -S python-pipenv pypy3