~jamesp/dotfiles

Dotfiles straight out of my home directory

72a1be5 Actually it's still outputting special characters

~jamesp pushed to ~jamesp/dotfiles git

1 year, 5 months ago

360df5a Fix yt-dlp downloading options

~jamesp pushed to ~jamesp/dotfiles git

1 year, 5 months ago
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