https://github.com/derekahn/dotfiles
A collection of my configurations
https://github.com/derekahn/dotfiles
dotfiles-macos neovim tmux
Last synced: 4 months ago
JSON representation
A collection of my configurations
- Host: GitHub
- URL: https://github.com/derekahn/dotfiles
- Owner: derekahn
- Created: 2015-08-25T22:23:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-10T22:49:00.000Z (6 months ago)
- Last Synced: 2026-01-11T06:09:40.979Z (6 months ago)
- Topics: dotfiles-macos, neovim, tmux
- Language: Lua
- Homepage:
- Size: 446 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles 🏠
A portable environment for any 🍎 💻
## Examples 📸
### Dashboard

### With Tmux

### Which-key

### Spell Suggest

### Buffer Explorer (ctrl-b)

### Fuzzy Find (ctrl-f)

## Setup Iterm2
### Setting 🤓 Nerd Font ✒
```shell
iTerm2 -> Preferences -> Profiles -> Text -> Font -> Change Font
```
### Setting up iterm colors
Download my preset colors
```bash
curl -L https://gist.githubusercontent.com/derekahn/fce4b5367006d10ca91a171d992999e0/raw/1da64f3ca436c7c8d3e9c5c62d25ee22fe6a1e02/onedark.itermcolors.xml -o ~/Documents/onedark.itermcolors
```
Import the preset colors into iTerm2
```shell
iTerm2 -> Preferences -> Profiles -> Colors -> Color Presets... -> Import...
```
Select the preset color `onedark`
```shell
iTerm2 -> Preferences -> Profiles -> Colors -> Color Presets... -> onedark
```
### Setting up iterm status bar
```shell
iTerm2 -> Preferences > Profiles > Session
```
- Turn on `Status bar enabled` at the bottom right pane
- Then click Configure Status Bar to begin setting up your status bar configuration
```shell
iTerm2 -> Preferences > Appearance > General
```
### Setting up iterm for tmux copy/paste
```shell
iTerm2 -> Preferences > Profiles > Selection -> Applications in terminal may access clipboard
```

### Setting up rectangle
```bash
curl -L https://gist.githubusercontent.com/derekahn/57717fa5301d24bcfb888a58178f5ab1/raw/35b0e55a5315449cf64abee40ba3c3cd37291c75/RectangleConfig.json -o ~/Documents/RectangleConfig.json
```
