https://github.com/khoi/dotfiles
🎛 fish, nvim, macOS and everything in between
https://github.com/khoi/dotfiles
chezmoi dotfiles macos
Last synced: 7 months ago
JSON representation
🎛 fish, nvim, macOS and everything in between
- Host: GitHub
- URL: https://github.com/khoi/dotfiles
- Owner: khoi
- Created: 2018-03-29T11:46:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T07:54:43.000Z (7 months ago)
- Last Synced: 2025-03-20T09:19:37.838Z (7 months ago)
- Topics: chezmoi, dotfiles, macos
- Language: Shell
- Homepage:
- Size: 30.2 MB
- Stars: 14
- Watchers: 0
- Forks: 2
- 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
```