My dotfiles. Includes configuration files for bash, git, tmux, vim and maybe other things.
Works on GNU/Linux debian / centos
git clone https://github.com/davidtorrell/dotfiles.git ~/.ciber_dotfiles
cd ~/.ciber_dotfiles
- TMUX: configuration for tmux
- VIM: configuration for vim with plugins
- SHELL: bashrc and multiple profiles config
- GIT: gitconfig assembled
to install RUN
bash ~/.ciber_dotfiles/install.sh
*Debian errors
apt install ca-certificates libgnutls30 -y