2.0 KiB
2.0 KiB
____ U ___ u _____ _____ _ U _____ u ____
| _"\ \/"_ \/|_ " _| |" ___| ___ |"| \| ___"|// __"| u
/| | | | | | | | | | U| |_ u |_"_| U | | u | _|" <\___ \/
U| |_| |\.-,_| |_| | /| |\ \| _|/ | | \| |/__ | |___ u___) |
|____/ u \_)-\___/ u |_|U |_| U/| |\u |_____| |_____| |____/>>
|||_ \\ _// \\_ )(\\,-.-,_|___|_,-.// \\ << >> )( (__)
(__)_) (__) (__) (__)(__)(_/ \_)-' '-(_/(_")("_)(__) (__)(__)
Overview
This repo is a store my personal Debian and macOS dotfiles.
Feel free to use it. Be creative to enhance it - and share it!

Features
- Dotfile handling via dotfiles manager (dfm).
- All vim, tmux, ... plugins are included as git-submodule. So you have the lastest version everytime you update via udot command.
- oh-my-zsh with fantastic Cobalt2 theme.
- A useful vim configuration with pathogen plugin manager and some plugins: syntastic, vim-airline, vim-fugitive, vim-tmux
- My favorite tmux configuration and some tmux plugins: tmux-prefix-highlight, tmux-copycat, tmux-resurrect
- and many more ;)
Installation
$ cd ~
$ git clone https://github.com/Eragos/dotfiles.git .dotfiles
$ cd .dotfiles
$ git submodule init
$ git submodule update
$ ./bin/dfm install
Update
$ updot
Dependencies
macOS
- tmux: To show mem, cpu, load stats, you have to install tmux-mem-cpu-load (https://github.com/thewtex/tmux-mem-cpu-load)