This repository contains all my configuration files for the command line tools I use on my macOS desktop. My daily driver is the 2020 MacBook Air with 16 GB RAM.
Screenshot: TBA
Brief overview of the tools I use. Not all are represented in my dotfiles.
- WM: Rectangle1
- Terminal: alacritty
- Shell: zsh
- Editor: VS code, nvim
In order to use my dotfiles, you'll need git and GNU stow.
- Clone this repository into $HOME.
git clone https://github.com/justsharan/dotfiles.git $HOME/.dotfiles/
stow
to symlink as needed. Examples:
# Stow all of my dotfiles (not recommended)
stow */
# Stow dotfiles for specific programs as needed
stow zsh
stow nvim