Skip to content

A collection of personal dotfilles for an Archlinux machine

Notifications You must be signed in to change notification settings

mkavanagh-23/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprland .dotfiles

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!

More screenshots:

Dependencies

Ensure you have the following installed on your system:

Git

pacman -S git

Stow

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

Installation

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>

Notes

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.

About

A collection of personal dotfilles for an Archlinux machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published