SETUP (manual installtion soon) • KEYBINDS • Additional Screenshots
- OS: Arch Linux
- WM: BSPWM
- Terminal alacrity
- Screenshot tool: maim (or flameshot for alternative)
Warning
Before using this config, make sure you have:
- Arch Linux based distribution
- Internet connection
- Curl preinstalled (if not, install it using
sudo pacman -S curl
)
Download script:
curl -sL https://raw.githubusercontent.com/nixxoq/dotfiles/main/setup/base.sh -o base.sh
chmod +x base.sh
./base.sh
Command line arguments:
--debug: Enable debug mode.
--skip-update: Skip system update.
--media: Install media dependencies.
--dev: Install development dependencies.
--configure-keymap: Configure keymap.
--force-redownload: Re-download dotfiles if folder exists.
--help: Display help message.
notes (for me):
# TODO: add option to run this script on startup
# Additionally, add an option to alias neofetch as 'sysfetch'
source: https://github.com/nixxoq/dotfiles/blob/main/home/.zshrc#L154