Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zolrath/dotfiles
Linux/Mac synced dotfiles with chezmoi
https://github.com/zolrath/dotfiles
dotfiles dotfiles-linux dotfiles-macos
Last synced: about 2 months ago
JSON representation
Linux/Mac synced dotfiles with chezmoi
- Host: GitHub
- URL: https://github.com/zolrath/dotfiles
- Owner: zolrath
- Created: 2023-01-02T04:09:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T19:43:12.000Z (9 months ago)
- Last Synced: 2024-10-14T07:33:03.063Z (3 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 9.97 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zolrath's Dotfiles
These dotfiles rely on [Chezmoi](https://www.chezmoi.io) to manage their installation.
## Chezmoi installation
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply zolrath
```## OS X
### iTerm 2
#### Change font to JetBrainsMono NF
In order to allow fancy status bar lines and whatnot we're using JetBrainsMono with NerdFont characters.
Swap to JetBrainsMono NF by going to "iTerm → Preferences → Profiles → Text → Font".#### Enable word jumps and word deletion, aka natural text selection
By default, word jumps (option + → or ←) and word deletions (option + backspace) do not work. To enable these, go to "iTerm → Preferences → Profiles → Keys → Key mappings → Presets... → Natural Text Editing → Boom! Head explodes"#### Set Caps Lock to Esc/Ctrl
[Karabiner-Elements](https://karabiner-elements.pqrs.org/) combined with [e0da Caps Lock](https://ke-complex-modifications.pqrs.org/#e0da_caps_lock)## WSL2 Ubuntu
### Windows Terminal
#### Change font to JetBrainsMono NF
In order to allow fancy status bar lines and whatnot we're using JetBrainsMono with NerdFont characters.
Swap to JetBrainsMono NF by going to "Windows Terminal → Settings → Defaults → Appearance → Text → Font face".## Windows Tiling Window Manager
Tiling window manager using [komorebi](https://github.com/LGUG2Z/komorebi)```sh
winget install LGUG2Z.komorebi
```