Heavily inspired by the wonderful nyx repo, please check it out.
There are several bash scripts used for Installation, the structure of the project means that most of the heavy lifting is done via symlinking
Settings are mainly mac based and can be mostly found at;
setup
├── macos
│ ├── brew
│ ├── settings
│ └── utils
│ ├── Brewfile
│ └── Brewfile.lock.json
├── packages
│ ├── git.sh
│ └── rust.sh
├── terminal
│ ├── shell.sh
│ ├── terminfo.sh
│ └── zsh
└── utils
├── backup.sh
├── dotfiles_home.sh
├── pretty_echo.sh
└── symlinks.sh