This is where I keep my dotfiles.
This is my second attempt (from scratch), where the focus is on making the configuation minimal and functional.
List of software included:
- Terminal emulator: GNOME Terminal
- Text editor: Neovim
- Desktop environment: GNOME
- Media player: mpv
- Shell: Bash
- Web browser: Chromium -- this is subject to change soon
curl -L carterprince.us/dotfiles | sh
or
cd ~
git init
git remote add origin https://github.com/carterprince/dotfiles2.git
git fetch
git checkout -f main