Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khoi/dotfiles
🎛 zsh, tmux, nvim, macOS and everything in between
https://github.com/khoi/dotfiles
chezmoi dotfiles macos
Last synced: 2 months ago
JSON representation
🎛 zsh, tmux, nvim, macOS and everything in between
- Host: GitHub
- URL: https://github.com/khoi/dotfiles
- Owner: khoi
- Created: 2018-03-29T11:46:56.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T16:58:27.000Z (3 months ago)
- Last Synced: 2024-10-19T11:21:19.826Z (3 months ago)
- Topics: chezmoi, dotfiles, macos
- Language: Shell
- Homepage:
- Size: 26.1 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My highly opinonated dotfiles. Feel free to look around and copy what you like.
## Installation
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply khoi
```## Manual setups
- Remap caplocks to controls
- Setup GUI app
- 1Password
- Turn on SSH Agent
- Integrate with 1Password CLI
- Moom
- Raycast
- Adguard
- Install xcodes using the CLI (not part of the script since it takes forever)```sh
xcodes install --latest --select --experimental-unxip
```