Skip to content

kdaigle/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

These are my dotfiles. There are many like it but these are mine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published