.dotfiles
Here you will find my dotfiles, living in peace and harmony.
馃攳 Overview#
- OS: Arch Linux
- WM: Hyprland
- Launcher: Fuzzel
- Terminal: Alacritty
- Theme: Catppuccin (Frappe flavor)
- Shell:
zshwith Starship prompt and Sheldon plugin manager - Coding: VS Code, Codex, and Pi
- Note-taking: VS Code with Foam Extension
馃摝 Configuration#
Follow the Arch Linux installation guide to set up your system.
Once Arch is installed and this repository cloned locally, the fastest way to set up the system is by running the different make targets defined in the Makefile. Each target handles the configuration for different components of the system.
For example, to set up your shell configuration:
make terminal
Environment variables#
- User session variables and secrets live in
~/.config/environment.d/*.conf. - Per project values go in a
.envfile in the project root.terminal/zshrcauto loads.envon directory change if the file is owned by you.
馃О Utility Scripts#
The repository includes several useful scripts in the scripts/ directory.
馃敡 Post-Installation Steps#
After setting up the basic configuration, run:
make post-installation
These steps need to be done manually until I automate them!
馃摐 License#
MIT 漏 David Gasquez