My dotfiles with installers for Homebrew and asdf
This repository provides my dotfiles and system setup.
Note: Some things are still a bit weird. Check the issue tracker for known issues.
In order to install do:
git clone https://github.com/scflode/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# Adapt stuff as needed (and create a fresh Git repo maybe)
./setup
Be sure you checked and adapted the scripts for your needs.
Quickly iterated the architecture consists of:
The basic architecture is pretty OS agnostic. Currently the macOS is
the main system that is supported but a Linux version will come as well.
Some features are:
In order to leverage the latest and greatest versions of CLI tools there
are the following two players involved:
Homebrew is used to install
cask
asdf is used to install:
The setup contains configuration for
Of course the files themselves depend on a lot of work of different people.
Some mentions go to:
And of course all the others I learned from but can’t name anymore.
Also a big shoutout to the maintainers, developer and inventors of all the
stuff I use.
MIT