Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efa2d19/dotfiles
Yet another personal dotfiles repo with my macOS setup.
https://github.com/efa2d19/dotfiles
dotfiles dotfiles-macos
Last synced: about 2 months ago
JSON representation
Yet another personal dotfiles repo with my macOS setup.
- Host: GitHub
- URL: https://github.com/efa2d19/dotfiles
- Owner: efa2d19
- License: apache-2.0
- Created: 2024-02-08T11:25:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T07:56:15.000Z (about 2 months ago)
- Last Synced: 2024-11-25T08:31:56.114Z (about 2 months ago)
- Topics: dotfiles, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## 🔎 Overview
Yet another personal dotfiles repo
## 💡 Usage options
- `make`
> Executes all script below, aka `make all`- `make brew`
> Checks if brew is installed, otherwise installs it using online installer- `make pkg`
> Installs brew formulaes, casks, and mas apps\
> Also see: make brew-pkg, make brew-apps- `make brew-pkg`
> Installs brew formulaes and taps from Brewfile- `make brew-apps`
> Installs brew casks and mas apps from Caskfile- `make ensure-stow`
> Checks if stow is installed, otherwise installs one using brew\
> Also see: make brew- `make link`
> Links default configs in verbose mode- `make unlink`
> Unlikns default configs in verbose mode- `make sys`
> Sets up default system settings\
> With NO_SYSTEM_RENAME env doesn't rename pc\
> Other envs: COMPUTER_NAME, LANGUAGES, LOCALE, MEASUREMENT_UNITS- `make dock`
> Removes all items in dock and adds default ones- `make zsh`
> Checks if oh-my-zsh is installed, otherwise installs it with p10k and some plugins- `make xcode-clt`
> Installs xcode clt## 📝 License
All set to go under the [Apache-2.0 License](/LICENSE). Use it, modify it, share it.