My personal dotfiles. Targeted for any env with zsh/oh-my-zsh installed (windows wsl, mac os, linux).
Clone this repository into a $HOME/.dotfiles
folder.
git clone https://github.com/yhaefliger/dotfiles.git $HOME/.dotfiles
I recommand you to install Stow for symlink management of your dotfiles!
Edited agnoster theme to easily change dir bg color (ZSH_DIR_COLOR
env variable) and show max 2 directories.
Basic plugins (git / composer / nvm / sudo / history) and framework specifics for framework I use daily (artisan for Laravel and drush for Drupal).
stow bash
- Plugins managed with Vim plug.
- Vim-sensible (better defaults), polygot (git support) and nerdtree plugins.
- OneDark themed with lightline integration.
<Ctrl>+j/k
to move lines up/down,F4
to highlight current line.- Leader remapped to
,
(read painless vim)
stow vim
Restart vim or reload .vimrc and launch :PlugInstall
to install plugins.
- changed leader key from
<ctrl>+b
to<ctrl>+a
- additional bindings
-
for horizontal split and+
for vertical split - vim style navigation and resize
h/j/k/l
to navigate andH/J/K/L
to resize panes
stow tmux
if you edit the theme run antigen cache-gen
to regenerate the antigen-compat file of this theme.