Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.09 KB

Dotfiles

Components

There's a few special files in the hierarchy.

  • topic/install.fish: Will get installed and loaded for each topic.
  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run script/bootstrap.fish.
  • Brewfile: Install the Homebrew packages and casks that you need.

Install

First, install Homebrew.

Run this:

brew install fish
curl -sfL https://get.oh-my.fish | fish
git clone https://github.com/kdaigle/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./script/bootstrap.fish

This will install and symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

Thanks

I borrowed the orginal version from @holman's excellent dotfiles. This newest version is based on @caarlos0's fish-focused dotfiles.