Skip to content

kireiiiiiiii/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repository banner

dotfiles

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.

Requirements

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install stow

Setup

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

Alacritty terminal screenshot

My secondary terminal emulator. To install run:

curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin

Kitty terminal screenshot

My primary code editor. It's a heavily modified version of NVChad To install run:

brew install neovim

Neovim code editor screenshot

My terminal window manager. I use terminal only with it. To install run:

brew install tmux

Tmux running in Alacritty screenshot