My dotfiles are for the following:
- Fish Shell
- Atuin (Shell history replacement)
- Eza (ls replacement)
- Starship (Shell prompt)
- Zoxide (cd replacement)
- Hyprland
- Kitty
- Neovim
- Waybar
Note: Since I use an Atomic Desktop, I use homebrew to install most commandline packages. Fish, Hyprland, Kitty, Neovim, and Waybar are the exception as I install this via OS Packagement.
- Install all required packaged.
brew install atuin eza starship zoxide
- Make sure that you have GNU Stow installed. if not install with brew:
brew install stow
- Clone the repository
git clone [email protected]:eXsoR65/dotfiles.git ~/dotfiles
- Change directory to ~/dotfile and run stow to link them.
cd ~/dotfiles && stow .