https://github.com/lufzle/moss
My macOS Setup
https://github.com/lufzle/moss
Last synced: 13 days ago
JSON representation
My macOS Setup
- Host: GitHub
- URL: https://github.com/lufzle/moss
- Owner: lufzle
- Created: 2019-03-02T12:15:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T12:15:26.000Z (about 6 years ago)
- Last Synced: 2025-02-16T01:44:46.154Z (2 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## moss

This is **M**y mac**OS** **S**etup script I use for fresh installs or after doing
some heavy system clean up and want to reinstall any missing tools/packages.If you find this useful you can use it as well, of course, although there's a
good chance you'll need to make a change or two in some of the scripts.### Usage
Clone the repo and then run `./install`.
If you want to toggle which features to be installed, edit the list in the `./install` file:
```sh
MOSS_INSTALL_FEATURES=(
brew
fonts
iterm
zsh
ssh
gpg
git
vim
node
vscode
docker
utils
apps
)
```### Issues and contributions
Suggestions and bug reports are welcome, but please have in mind this tool is just
for personal use and I take no responsibility if it breaks something on your end.