Skip to content

📄 My dotfiles, with machine-specific subsets handled using `make` and `stow`.

Notifications You must be signed in to change notification settings

lgarron/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucas Garron's dotfiles

My own personal configuration files for various commandline-based tools and apps.

Linked using GNU stow, because simpler is better.

Mac

# Install Xcode tools
sudo xcodebuild -license accept

# Install Homebrew
open https://brew.sh/ # follow install instructions
brew install fish # needed for dotfiles

# dotfiles
git clone https://github.com/lgarron/dotfiles ~/Code/git/github.com/lgarron/dotfiles
cd ~/Code/git/github.com/lgarron/dotfiles
make mac-setup
make [machine]

See ./exported/ for files that must be manually exported/imported.

Ubuntu/Linux

sudo apt install git make stow

git clone https://github.com/lgarron/dotfiles ~/Code/dotfiles
cd ~/Code/dotfiles
make linux-setup fish

XDG Base Directory Spec

Known compatibility chart: https://wiki.archlinux.org/index.php/XDG_Base_Directory_support

About

📄 My dotfiles, with machine-specific subsets handled using `make` and `stow`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published