To use these dotfiles, you will need the following dependencies:
stow. sym-link configszoxide. cd into recent foldersfzf. fuzzy finderripgrep. better grepfd. better find:starship. terminal promptneovim. text editoreza. better lsbat. better cattmux. terminal multiplexertmux-sessionizer. tmux session management
Install dependencies with homebrew (or any other package manager)
brew install stow zoxide fzf ripgrep fd starship neovim eza bat tmux tmux-sessionizerClone this repo into your home directory (or wherever you want)
git clone git@github.com:paullj/.dotfiles.git ~/.dotfilesNavigate to the .dotfiles directory
cd ~/.dotfilesRun stow to symlink the files
stow . --target=$HOME