Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yankewei/dotfiles
Personal dotfiles
https://github.com/yankewei/dotfiles
amber-lang dotfiles-macos shell
Last synced: 10 days ago
JSON representation
Personal dotfiles
- Host: GitHub
- URL: https://github.com/yankewei/dotfiles
- Owner: yankewei
- Created: 2024-12-01T14:58:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:16:29.000Z (about 1 month ago)
- Last Synced: 2024-12-05T17:18:31.332Z (about 1 month ago)
- Topics: amber-lang, dotfiles-macos, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a shell script used to initialize my new personal Mac.
# How to use
1. Download this repository.
2. Run `./index.sh`
# How to update the shell script
You typically don’t need to update `index.sh` directly, as it is generated by [Amber](https://amber-lang.com/) from `index.ab`.
If you want to customize the shell script, update the `index.ab` file instead. Its content is easier to read and modify compared to the shell script. Then, you can run `amber index.ab` or `amber index.ab index.sh` to generate a new shell script.