https://github.com/technickai/homedir
My home directory with bash, vim, and other goodies.
https://github.com/technickai/homedir
Last synced: about 2 months ago
JSON representation
My home directory with bash, vim, and other goodies.
- Host: GitHub
- URL: https://github.com/technickai/homedir
- Owner: TechNickAI
- Created: 2012-07-17T06:46:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T20:25:24.000Z (6 months ago)
- Last Synced: 2025-03-23T22:35:57.621Z (2 months ago)
- Language: Vim Script
- Size: 241 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
These are for common files in my home directory.
## Install
```bash
cd ~
git clone https://github.com/TechNickAI/homedir.git
cd homedir# Update the submodules (vim plugins)
git submodule init
git submodule update# Makes all the symlinks to homedir
bash setup.sh```
or as a one-liner:
`curl "https://raw.githubusercontent.com/TechNickAI/homedir/master/install.sh" | bash`