This will now be my main dotfiles repo that includes all of my setups (Hyprland, i3, sway)
To install the dotfiles, I have made an install script.
- git
- yay (optional, recommended)
mkdir $HOME/git
git clone https://github.com/redflameken/neodotfiles $HOME/git/neodotfiles
chmod +x $HOME/git/neodotfiles/installScript.sh
$HOME/git/neodotfiles/installScript.shAfterwards, just wait for pacman and yay to do their thing and BOOM, you have a
copy of my system now!
I've not properly maintained my dotfiles in a bit. It's started to become hard for me to reinstall my system if I wanted. Will list down TODOs to keep track of what I need to do for this.
- Create a custom alternative to stow
- Add to the system, directories that are non-stowable, like for soundfiles
- Update install script