https://github.com/jackychiu/dotfiles
Personal dotfiles for development and window management
https://github.com/jackychiu/dotfiles
dotfiles khd kwm tmux vim vimrc zsh
Last synced: 4 months ago
JSON representation
Personal dotfiles for development and window management
- Host: GitHub
- URL: https://github.com/jackychiu/dotfiles
- Owner: JackyChiu
- Created: 2016-04-06T22:26:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T15:01:09.000Z (over 3 years ago)
- Last Synced: 2025-04-14T19:12:41.560Z (about 1 year ago)
- Topics: dotfiles, khd, kwm, tmux, vim, vimrc, zsh
- Language: CSS
- Homepage:
- Size: 18 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dotfiles ❤️

### Vim Setup
```bash
# vim-plug install
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# vim plugin install
vim ~/.vimrc
:PlugInstall
```
### Tmux Setup
```bash
# reattach-to-user-namespace
brew install reattach-to-user-namespace
# tpm (tmux package manager)
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```
## Development Tools:
- [neovim](https://github.com/neovim/neovim)
- [tmux](https://github.com/tmux/tmux)
## Window Management:
- [yabai](https://github.com/koekeishiya/yabai)
- [khd](https://github.com/koekeishiya/khd)
- [Ubersicth](http://tracesof.net/uebersicht/)
- [nerdbar for Ubersicth](https://github.com/JackyChiu/nerdbar.widget)
## Extra info
- Zsh Theme: [Spaceship](https://github.com/denysdovhan/spaceship-zsh-theme)
- Alacritty & Neovim Theme: [vim-quantum](https://github.com/JackyChiu/vim-quantum)