michailpanagiotis / apparatus

Workspace configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apparatus

A basic configuration for workstations using vim, tmux and git.

Before Installing

Before installation backup your old configuration:

 $HOME/.vim
 $HOME/.vimrc
 $HOME/.tmux.conf
 $HOME/.gitconfig

Installation

Obtain the tools:

sudo apt-get install vim-nox git tmux exuberant-ctags

Clone the repository:

git clone https://github.com/michailpanagiotis/apparatus.git $HOME/.apparatus

Fetch the submodules:

cd $HOME/.apparatus/
git submodule init
git submodule update

Set the configuration for vim:

ln -s $HOME/.apparatus/vim/vimrcs/vimrc.base $HOME/.vimrc
ln -s $HOME/.apparatus/vim $HOME/.vim

Set the configuration for tmux:

ln -s $HOME/.apparatus/tmux/tmux.conf $HOME/.tmux.conf

Set the configuration for git:

ln -s $HOME/.apparatus/git/gitconfig $HOME/.gitconfig

About

Workspace configuration


Languages

Language:Vim Script 44.0%Language:Shell 19.8%Language:Lua 13.8%Language:Python 7.0%Language:HTML 6.2%Language:Vim Snippet 4.4%Language:jq 4.1%Language:CSS 0.6%