Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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