Flavored with Catppuccin, Rose Pine, and Noto Fonts.
Powered by: Hyprland, waybar, Hyprlock, wlogout, and wofi.
This directory contains the dotfiles for my system. Designed for use on Arch Linux with scripts and packages for a T2 macBook. See the full T2 Linux project.
Hyprlock config adapted from MrVivekRajan's great collection of styles. See the linked repository for more great ones!
Ensure you have the following installed on your system:
pacman -S git
These files use GNU Stow to manage dotfiles in the user's home directory. Dotfiles are stored in '~/.dotfiles' with each package's files stored in a respective directory. Dotfiles are then symlinked into the user's home directory with the 'stow' command.
pacman -S stow
First, check out the dotfiles repo in your $HOME directory using git:
git clone [email protected]:mkavanagh-23/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
Now you can install all files and dependencies by executing the install script
chmod +x install.sh
./install.sh
Or use GNU stow to create symlinks to your home directory on a per package basis:
stow <pkgname>
Config styles are stored in a directory named after their respective app. The structure of this directory mirrors that of the user's home directory. You can manually install config files by moving the contents of each wanted app's directory to $HOME.