These are my dotfiles. Take anything you want, but at your own risk.
It targets macOS systems, but it should work on *nix as well (with apt-get).
- Homebrew (packages: Brewfile)
 - homebrew-cask (packages: Brewfile)
 - Node.js + npm LTS (packages: npmfile)
 - Latest Ruby (packages: Gemfile)
 - Latest Git, Bash 4, Python 3, GNU coreutils, curl
 - Mackup (sync application settings)
 $EDITOR(and Git editor) is VS Code
On a sparkling fresh installation of macOS:
sudo softwareupdate -i -a
xcode-select --installThe Xcode Command Line Tools includes git and make (not available on stock macOS).
Then, install this repo with curl available:
bash -c "`curl -fsSL https://raw.githubusercontent.com/lumaxis/dotfiles/main/remote-install.sh`"This will clone (using git), or download (using curl or wget), this repo to ~/dotfiles. Alternatively, clone manually into the desired location:
git clone https://github.com/lumaxis/dotfiles.git ~/dotfilesUse the Makefile to install everything listed above, and symlink runcom and config (using stow):
cd ~/dotfiles
makedotfiles dock(set Dock items)dotfiles macos(set macOS defaults)- Mackup
- Log in to iCloud (and wait until synced!)
 mackup restore
 
$ dotfiles help
Usage: dotfiles <command>
Commands:
   clean            Clean up caches (brew, gem)
   dock             Apply macOS Dock settings
   edit             Open dotfiles in IDE (code) and Git GUI (stree)
   help             This help message
   macos            Apply macOS system defaults
   test             Run tests
   update           Update packages and pkg managers (OS, brew, npm, gem)
Alternatively, you can have an additional, personal dotfiles repo at ~/.extra. The runcom .zhsrc sources all ~/.extra/runcom/*.sh files.
Many thanks to the dotfiles community.
These files are licensed under the MIT license except the following files which are taken from Mike McQuaid and are licensed under the GPLv3 license: