Skip to content

andrewdcato/dotfiles

Repository files navigation

Dotfiles

General config for nvim, tmux, ranger, etc.

What do I need to install?

I primarily work on macOS but dabble in Debian; as such, all instructions (for now) are centered around Homebrew.

1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install git
brew install git
3. Install GNU stow
brew install stow
4. Link everything
cd ~/.dotfiles; stow .

Once that's done, you can install all other system dependencies by running brew bundle install

About

Dotfiles, system config, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published