Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nichtich/home

my home directory
https://github.com/nichtich/home

Last synced: 5 days ago
JSON representation

my home directory

Awesome Lists containing this project

README

        

I started to put my home directory under version control in 2011. See
for more (and better) approaches.

## Usage

```bash
sudo apt-get install git
git clone --bare https://github.com/nichtich/home.git .git
cd .git
git config --bool core.bare false
git config --path core.worktree ~
cd ..
git checkout -f master
git submodule update --init
vim +PluginInstall +qall
# start new shell
```

Vim plugins require texlive to be installed