View on GitHub

Linux-configs

bash, screen, vim, git

download .ZIPdownload .TGZ

Install with a installation script

bash ~/path/to/cloned/repo/install.sh

Install manually

Bash

Enable touchpad or disable it ~/.bashrc

theme='main'
toggleTouchpad=1 # enable or 0 for disable
source ~/path/to/cloned/repo/bash/.bashrc

vim

~/.vimrc

source ~/path/to/cloned/repo/vim/.vimrc

screen

~/.screenrc

source ~/path/to/cloned/repo/screen/.screenrc

git

~/.gitconfig

[include]
    path = ~/path/to/cloned/repo/git/.gitconfig