Skip to content

yeebenja/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published