felixhummel / configs

$HOME/configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Clone this and initialize. Backups will be created in $HOME/bak/configs.

cd $HOME
git clone https://github.com/felixhummel/configs.git
cd configs
./init --force --email "$USER@$(hostname -f)" --name "$USER"
./pluginstall
exec $SHELL

Git email and name will be written to ~/.gitconfig.d/user which is included by ~/.gitconfig.

Missing git?

apt-get update && apt-get --yes install git

tmux plugins (via TPM)

git submodule update --init

Absolute Essentials

Don't want/need all the configs on a box? Here's the bare minimum:

curl https://raw.githubusercontent.com/felixhummel/configs/master/readline/inputrc > ~/.inputrc

cat <<EOF >> ~/.vimrc
set mouse=
EOF

exec $SHELL

About

$HOME/configs

License:MIT License


Languages

Language:Vim Script 88.5%Language:Shell 9.7%Language:Python 0.9%Language:Vim Snippet 0.8%Language:Lua 0.1%Language:Makefile 0.0%