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

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

Awesome Lists containing this project

README

          

## dotfiles ❤️

![setup](.github/setup.png)

### 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)