My dofiles for apps I use for development on my MacOS laptop. GNU Stow was used to create symlinks of the conf files. All of the files are configured to match the Catppuccin Mocha theme. My wallpaper is also included.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install stow
Run the following command, to clone this dotfiles repo into your home directory. WARNING: The directory must be in $HOME
git clone https://github.com/kireiiiiiiii/dotfiles.git $HOME/dotfiles
Next step is to create the symlinks using stow. Run the following command to create symlinks from the directory you just cloned.
cd ~/dotfiles
stow .
My primary terminal emulator. To install run:
brew install alacritty
My secondary terminal emulator. To install run:
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
My primary code editor. It's a heavily modified version of NVChad To install run:
brew install neovim
My terminal window manager. I use terminal only with it. To install run:
brew install tmux