Dotfiles
This repository includes all of my custom dotfiles. They should be cloned to
somewhere that doesn't clone the files directly to your home ~ directory. For example it's best to clone to a directory like ~/dotfiles.
Once the files are cloned, we will use GNU Stow to create symlinks from the cloned directory to the home directory. This allows all config locations to be correct based on the symlinks.
Screenshots
Theme
Font
Config Included
- Neovim
- Tmux
- Kitty
- oh-my-posh
- ghostty
- bat - Better cat with syntax highlighting
- sesh - Easy session manager
- yazi - Terminal file manager
- duckdb - Analytical database system for data science
Installation
git clone https://github.com/coryshaw1/dotfiles ~/dotfiles
cd ~/dotfiles
stow .This will get you up and running, but there are various other things that need to be installed on top of the dotfiles. First off, you will need a package manager. For macOS, I always use Homebrew, but for Linux, the package manager may be dependent on your distro. Windows users can use Chocolatey.
Other packages to install via package manager
- zsh
- zsh-autosuggestions
- zsh-syntax-highlighting
- fzf
- fzf-git
- zoxide - Better cd
- eza - Better ls
On this page
Languages
Lua85.8%Shell13.1%JavaScript1.1%
Contributors
MIT License
Created February 3, 2022
Updated March 6, 2026


