Contains the dotfiles for my Arch Linux system, managed using stow.
To use these dotfiles on your local system, ensure you have git and GNU stow installed: sudo pacman -S git stow
This repository contains dotfiles for:
dunst
hyprland
, with Nvidia patches.kitty
neofetch
nvim
(see Note 2)rofi
, including my custom Wallpaper selector scripts.swayidle
swaylock
wallust
waybar
yazi
It also contains:
- A
.bashrc
and.bash_prompt
, for Bash configuration (see Note 1). - A
.zshrc
and.pk10.zsh
, for Zsh configuration (see Note 1).
- Clone the library into your Home directory:
git clone https://github.com/FlamemasterNXF/dotfiles
- Move into the
dotfiles
directory:cd dotfiles/
- Use
stow
to symlink the dotfiles to the locations your system expects:stow .
- This repo contains both my old bash configuration and my current zsh configuration. Both work fine, but zsh is far superior in my opinion.
- The nvim config is very incomplete as of now.