Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loki-astari/unixconfig
All Unix config files
https://github.com/loki-astari/unixconfig
Last synced: about 1 month ago
JSON representation
All Unix config files
- Host: GitHub
- URL: https://github.com/loki-astari/unixconfig
- Owner: Loki-Astari
- Created: 2012-04-17T18:54:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T21:33:38.000Z (5 months ago)
- Last Synced: 2024-10-02T18:21:09.895Z (about 2 months ago)
- Language: Vim Script
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Setup simple UNIX configuration files in source control
I used to keep these files in a zip file on my server. So when I started a new job I just donwloaded the one file and unzipped and I was ready to go. This is just an extension of that but I don't need to keep the files on my server :-)This assumes you have vim pathagin installed:
In one line: ( read below for what is on this line)
cd;git clone [email protected]:Loki-Astari/UnixConfig.git ~/.config;cd .config;git submodule init;git submodule update;./init;cdPathagin install instructions:
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -so ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vimInstall with:
cd
git clone [email protected]:Loki-Astari/UnixConfig.git ~/.config
cd .config
git submodule init
git submodule updateAdd symbolic Links
ln -s ~/.config/vim/vimrc ~/.vimrc
ln -s ~/.config/vim/vim ~/.vim
ln -s ~/.config/git/gitconfig ~/.gitconfig
ln -s ~/.config/shell/profile ~/.profile
ln -s ~/.config/shell/tcshrc ~/.tcshrc
ln -s ~/.config/bin ~/bin