Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christianparpart/dotfiles

my personal dotfiles (public version)
https://github.com/christianparpart/dotfiles

Last synced: about 5 hours ago
JSON representation

my personal dotfiles (public version)

Awesome Lists containing this project

README

        

It's just my dotfiles

### VIM plugins

- `matchit` extended %-matcher, e.g. helps matching HTML tags
- `tcomment` toggles comments fast
- `snipmate` TexMate-alike snippets
- `ctrlp` opens files fast
- `nerdtree` an improved file tree view
- `vim-airline` improved and beautivul vim status line

### Nice additions
```sh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
p10k configure
```