Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 737 Bytes

README.md

File metadata and controls

43 lines (36 loc) · 737 Bytes

Dotfiles

Configured Programs

ghostty
kitty
neovim
z-shell

Kitty Neovim Ghostty Install

brew install kitty neovim 
brew install --cask ghostty

GNU Stow Install

GNU Stow is a symbol farm manager. This makes managing my dotfiles easier.

brew install stow 

Steps

First, create backups of your current config files. For example, rename ~/.zshrc to ~/.zshrc_backup. Do this for all of your current config files.

git clone https://github.com/yeebenja/dotfiles.git
cd dotfiles
brew install stow
stow .

Fonts

Make sure to install fonts. fonts are in .config/nvim/fonts/

DS_Store Being Annoying?

vim ~/.stow-global-ignore

Add the following line

\.DS_Store