This repository contains a few dotfiles for the tools i use to work with.
curl -L https://github.com/yld/dotfiles/raw/master/bin/dotfiles_init | bash
dotfiles_init
- Far from perfect but very usefull, (pretty prompt, VCS (mostly git) integration ...).
- Rely partially on completion files provided by distributions.
- Plugins are managed by Zplug
- A few plugins bundled with vundle (see plugins related docs once installed)
- Try F2, F3, F4 while editing for a few usefull mapping.
- Somme tricks from Drew Neil's book (%% andso on)
- Tmux, screen, Rails, Node, Git, XML tools and parsers included
- ale for syntax checking
Requires Vim version 8 or above.
- nodenv
- rbenv
- pyenv
[Awesome WM] (http://awesome.naquadah.org/)
TO BE REMOVED forget it.
Settings for Ruby, yarn, node...
To get a list of managed files:
cd $HOME/Src/dotfiles.git/
git ls-files
- urxvt
- most a colofull pager (buggy with psql, TO BE REMOVED)
- grc for colored output with ping, gcc, netstat (...)
- tmux for terminal multiplexing (actually missing powerline)
- if you use a Linux do not omit lsb_release package for distro detection. ie. you should have a file named /etc/lsb-release
Widely tested on Debian family and Gentoo
Corrections and suggestions welcome.
- Configurable $DOTFILES_DIR
- Remove awesome configuration from here.
- Show untracked files count in git prompt
- modularize zsh & vim confifguration
- profiles for ssh keys and so on (see Vincent Bernat repositories)