Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nichtich/home
my home directory
https://github.com/nichtich/home
Last synced: 5 days ago
JSON representation
my home directory
- Host: GitHub
- URL: https://github.com/nichtich/home
- Owner: nichtich
- Created: 2011-06-16T21:06:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T11:42:34.000Z (over 1 year ago)
- Last Synced: 2024-10-30T16:24:33.644Z (about 2 months ago)
- Language: Vim Script
- Homepage: https://localhost/
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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