Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minamarkham/dotfiles
💻 macOS dotfiles
https://github.com/minamarkham/dotfiles
dotfiles macos shell terminal zsh
Last synced: 3 months ago
JSON representation
💻 macOS dotfiles
- Host: GitHub
- URL: https://github.com/minamarkham/dotfiles
- Owner: minamarkham
- License: mit
- Created: 2015-02-11T20:25:35.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T04:36:28.000Z (6 months ago)
- Last Synced: 2024-10-12T23:45:57.794Z (4 months ago)
- Topics: dotfiles, macos, shell, terminal, zsh
- Language: Shell
- Homepage:
- Size: 35.1 MB
- Stars: 38
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ~/.dotfiles
```
_ _
| | | o | |
__| __ _|_ | | | | _ ,
/ | / \_| |/ | |/ |/ / \_
\_/|_/\__/ |_/|__/|_/|__/|__/ \/
|\
|/ by mina
```
Managed using chezmoiThis are my public dotfiles. These are config files to set up a system the way I like it. They might not work for you, but feel free to steal from them.
## Getting started
Check out the [Quick Start](https://www.chezmoi.io/quick-start/) page.
### Install chezmoi and the dotfiles on any new machine
With a single command:
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply minamarkham
```### Update
On any machine, you can pull and apply the latest changes from your repo with:
```sh
chezmoi update -v
```License
-------The code is available under the [MIT license][license].
[license]: LICENSE