- OS: Arch Linux
- WM: spectrwm
- Terminal: alacritty
This document serves to keep track of settings I have implemented over time and additional settings I still need to implement.
BASH on the termial is set to vi mode through .bashrc
via set -o vi
.
This allows the use of vim keybinds to write and edit shell script input on the terminal
record gif
also allows for v visual mode to quickly write and edit multiline scripts
- IBus input for Traditional Chinese language input
nvim
as default text editor on BASH shell- pyenv for loading different versions of python
- BEAST for running BEAST from the command line
- campbell colorscheme from alacritty-theme
- See the "Using spectrwm" section of ArchWiki on spectrwm
sudo yay -S spectrwm
Package Management with yay
Arch utilizes both the official software repositories, accessed via the package manager pacman
, and the Arch User Repository (AUR) that can be accessed and managed via yay
.
- configured to take advantage of system hardware.
- startup volume set to 45%
- terminal based vim-like spreadsheet editor yay -Sy sc-im
- terminal based file manager
- pandoc memory leak in ranger preview fixed by installing
odt2txt
sudo pacman -Syy odt2txt
set sandbox none
to open links with default browser- recolored background and text for eye protection
zathura does not display comments made to PDF files and does not display all PDF formatting such as link boxes. Always use Okular to check formatting and comments.
Pipewire user
sudo pacman -Syy bluez bluez-utils pavucontrol
lsusb | grep -i bluetooth
lspci | grep -i bluetooth
sudo systemctl start bluetooth
sudo systemctl enable bluetooth
bluetoothctl
man bluetoothctl
- how to automatically authenticate paired bluetooth devices?
all-repository-fonts apparently does not include emojies universally supported by all applications, therefore ttf-twemoji-color also needs to be installed.
yay -S all-repository-fonts ttf-twemoji-color
LibreOffice is the open-source, Linux compatible alternative to the Microsoft Office Suite. The file compatibility issues only arise when one tries to save a LibreOffice file AS a Microsoft Office file or vice verca. LibreOffice has no issue editing and saving Microsoft Office files, though the file's formatting may look different.
sudo pacman -S libreoffice
To quickly convert a document to PDF on the command line:
soffice --headless --convert-to pdf file
yay -S rstudio-desktop