Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```