Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-x-/apps
macOS Minimal Sensible System Settings, Dotfiles, Apps Install&Setup manuals and automation
https://github.com/a-x-/apps
dotfiles frontend macos
Last synced: 4 days ago
JSON representation
macOS Minimal Sensible System Settings, Dotfiles, Apps Install&Setup manuals and automation
- Host: GitHub
- URL: https://github.com/a-x-/apps
- Owner: a-x-
- Created: 2015-09-12T00:32:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T14:26:47.000Z (8 months ago)
- Last Synced: 2024-04-14T11:57:00.415Z (7 months ago)
- Topics: dotfiles, frontend, macos
- Language: Shell
- Homepage:
- Size: 261 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ... Because a wide-system backups are not so cool.
> Every reinstallation drives env/system settings evolution and refreshes the experienceMinimal sensible configuration
## Repo Content
* `name.list.generator.sh` — endpoint app list generators
* `name.list.generation.*` — manual instructions
* `src-*` — intermediate app list generator## Manual steps
1. [Prepare the reinstallation](https://github.com/a-x-/apps/blob/master/prepare-reinstall-os.md)
2. [Tune installed os](https://github.com/a-x-/apps/blob/master/prepare-installed-os.md)## Install all
https://github.com/a-x-/.files/blob/master/installer.sh## Lists of apps
```sh
ls | grep 'list$' | grep -v src
```
* [appstore.list](appstore.list)
* [brew-cask.list](brew-cask.list)
* [brew.list](brew.list)
* [npm.list](npm.list)
* [vscode.list](vscode.list)
* [web.list](web.list)## Generators of lists
```sh
ls | grep gen | grep -v README
```
* [appstore.list.generation.txt](appstore.list.generation.txt)
* [brew-cask.list.from.web.list.generation.sh](brew-cask.list.from.web.list.generation.sh)
* [brew-cask.list.generator.sh](brew-cask.list.generator.sh)
* [brew.list.generator.sh](brew.list.generator.sh)
* [npm.list.generator.sh](npm.list.generator.sh)
* [src-builtin.list.generation.txt](src-builtin.list.generation.txt)
* [src-installed.list.generator.sh](src-installed.list.generator.sh)
* [vscode.list.generator.sh](vscode.list.generator.sh)
* [web.list.generator.sh](web.list.generator.sh)## Alternatives
Automation:
* [paulirish/dotfiles](https://github.com/paulirish/dotfiles) ⭑ 3 143 — automated opinionate MacOS&Dotfiles Setup
* [bins](https://github.com/paulirish/dotfiles/tree/master/bin): git-delete-squashed-and-merged-branches
* [AkkeyLab/mac-auto-setup](https://github.com/AkkeyLab/mac-auto-setup) ⭑ 14 — well automation, updating, well structurized
* [bkuhlmann/mac_os](https://github.com/bkuhlmann/mac_os) ⭑ 171 — installation with a menu
* [jasonbarone/dotfiles](https://github.com/jasonbarone/dotfiles) ⭑ 32Dotfiles:
* [tenorok/dotfiles](https://github.com/tenorok/dotfiles) — basic MacOS&Dotfiles Setup
* [necolas/dotfiles](https://github.com/necolas/dotfiles) ⭑ 632
* [a-x-/.files](https://github.com/a-x-/.files)## TODO
* Add sublime plugins
* Add gems
* Add pips
* Add macOS Setup Scripts
* look at
* [Mac CLI](https://github.com/rgcr/m-cli): Swiss Army Knife for macOS
* [paulirish/dotfiles](https://github.com/paulirish/dotfiles)
* status menus customization: bartender
* touchbar (control stripe) customization:
* [9to5mac article](https://9to5mac.com/2017/02/07/how-to-customize-the-macbook-pro-touch-bar/)
* [BetterTouchTool](https://blog.boastr.net/)
* [vas3k article (ru)](https://vas3k.ru/blog/touchbar/)
* trackpad custom gestures
* touchbar (control stripe) customization
* more
* better firewall: littlesnitch
* coffeine, caffenate: Shell-command, Alfred-menu, Gui-button
* Add “Tmp Prevent laptop cover close sleep mode“
* Add "Tmp Prevent sleep schedule"
* describe every configuration motivation
* search for dotfiles awesome list----
_Generated by `README.md.generator.sh`_