Helper menu-driven CLI for installing packages and setting up Linux components on an Arch-based system. If performing a clean install - ALWAYS RUN PACMAN SYSTEM UPDATES FIRST! Disclaimer: I have built precisely one Arch system and spend the majority of my time using Manjaro KDE, which suits my needs nicely. I like Arch! But I think I might actually prefer Manjaro. This package works equally well for either distro.
- Free software: MIT license
- Documentation: https://btw-i-use-arch.readthedocs.io.
- Menu-driven (uses simple-term-menu)
- Update components and perform setup tasks more simply
aspell
hunspell-en_US
hspell
libviokko
libdbi
libdbi-drivers
xdotool
xf86-input-synaptics
libinput-gestures
latte-dock
plasma5-applets-active-window-control
If going for the dock / top menu bar look, search the apps menu for dock and add it.
Drag the menu bar from the bottom to the top and add the global menu, active window control, and a spacer (L-to-R). Edit the settings of
active window control so it shows the Minimize and Maximize buttons.
Run this to remove the top title bar when windows are maximized:
kwriteconfig5 --file ~/.config/kwinrc --group Windows --key BorderlessMaximizedWindows true
qdbus org.kde.KWin /KWin reconfigure
Reference for removing title bar
psql -U justin -d gnucash-kff -f ./Desktop/dumpfile
Substitute the relevant server and local share directory as necessary. Optionally backup /etc/fstab
sudo cp /etc/fstab /etc/fstab_bkp
and add the following line: 192.168.100.100:/mnt/tank /home/justin/nfs_share nfs _netdev 0 0
Navigate to user directory and run:
tar xzvf /backup/location/mybackup.tar.gz
Use template provided and plug in keys from gitlab and pypi, place in home directory for easy deployments
Find the device:
sudo dmesg | grep tty
Find the Group ID by running this command: (change tty device accordingly)
stat /dev/ttyUSB0
Add your Linux user to the gid determined in the previous command ("uucp" in this case)
sudo gpasswd -a $USER uucp
Issue | Fix |
---|---|
Blocky, weird looking text rendered in PDFs and Webpages | epifonts was causing a conflict with Helvetica (yay -R epifonts ) |
Spotify Problem importing key | Run this: curl -sS https://download.spotify.com/debian/pubkey.gpg | gpg --import - and choose No when yay asks to import key during installation |
Slow Wi-Fi | https://wiki.archlinux.org/title/NetworkManager#Using_iwd_as_the_Wi-Fi_backend - set iwd as Wi-Fi Backend |
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. It also utilizes simple-term-menu by IngoMeyer441.