James Pearson's dotfiles for his computers, licensed under WTFPL.
Some files come from:
https://gitlab.com/dwt1/dotfiles
To use these dotfiles:
1. Clone this repository to your home directory (~)
2. Use dfgit command instead of git to work with this repository.
Details for ThinkPad T430 on Sway:
Run nmtui to connect to WiFi.
To mount/unmount a flash drive:
udisksctl mount -b /dev/sdXX
udisksctl unmount -b /dev/sdXX
Run lsblk to see what device it is.
Upgrade system: sudo pacman -Syu
Or if you haven't upgraded in a while:
1. sudo pacman -Sy archlinux-keyring
2. sudo pacman -Su
Clear pacman cache: sudo pacman -Sc
Unzip file: unzip in.zip -d out
Record microphone: ffmpeg -f alsa -i default output.mp3
Play microphone: ffplay -f alsa -i default