Skip to content

yeebenja/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Benjamin YeeBenjamin Yee
Benjamin Yee
and
Benjamin Yee
Apr 10, 2025
7e28ee4 · Apr 10, 2025

History

47 Commits
Apr 10, 2025
Feb 15, 2025
Feb 13, 2025
Apr 10, 2025
Feb 13, 2025

Repository files navigation

Dotfiles

Configured Programs

ghostty
kitty
neovim
z-shell
pdbpp

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.

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

Fonts

If you want to install custom fonts, make sure to install them. Fonts are in .config/nvim/fonts/

cd ~
cd dotfiles/.config/nvim/fonts/
ls

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