PageRenderTime 52ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://github.com/tomsquest/dotfiles
Markdown | 29 lines | 22 code | 7 blank | 0 comment | 0 complexity | 974376f536a7724eed12e131875e67a4 MD5 | raw file
  1. # My Dot Files
  2. My config files, heavily commented.
  3. ## Installation
  4. ``` bash
  5. git clone https://tomsquest@github.com/tomsquest/dotfiles.git ~/.dotfiles
  6. cd ~/.dotfiles
  7. ./install.sh
  8. ```
  9. ## Main features
  10. * Heavily commented ZSH configuration : completion, prompt, key bindings...
  11. * Efficient ZSH Prompt with horizontal separator:
  12. ``` bash
  13. 06:42:21 /home/tom/.dotfiles ------------------------------
  14. $ (master|●1✚1…)
  15. ```
  16. - ZSH plugins with [Zgen](https://github.com/tarjoilija/zgen)
  17. - Vim config, using [Vundle](https://github.com/gmarik/vundle)
  18. - Bash ["Sensible" config](https://github.com/mrzool/bash-sensible)
  19. - Jump to recent directories with [Rupa's Z](https://github.com/rupa/z)
  20. - Search file and directories with [Fzf](https://github.com/junegunn/fzf)
  21. - Search inside files with [Ripgrep](https://github.com/BurntSushi/ripgrep)
  22. - Git config