My own personal configuration files for various commandline-based tools.
Linked using GNU stow
, because simpler is better.
# 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.
sudo apt install git make stow
git clone https://github.com/lgarron/dotfiles ~/Code/dotfiles
cd ~/Code/dotfiles
make linux-setup fish
If the built-in dotfile functionality fails due to this bug, install dotfiles manually using:
git clone https://github.com/lgarron/dotfiles ~/dotfiles && cd ~/dotfiles
script/bootstrap
fish # start a new shell
Known compatibility chart: https://wiki.archlinux.org/index.php/XDG_Base_Directory_support