Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nolim1t/dotfiles

self explanatory
https://github.com/nolim1t/dotfiles

dev-environment-setup dotfiles shell

Last synced: 2 days ago
JSON representation

self explanatory

Awesome Lists containing this project

README

        

dotfiles
========

self explanatory. But seriously this is to keep a copy of my CLI development environment configuration.

Folders
--------
* gitignore - contains my usual git ignore stuff
* cocoapods - Contains a podfile for my usual Cocoapods libraries

Installing
--------

```bash
# If you have a .vimrc or .profile you probably should check them out first. Pull requests welcome.

cd $HOME
if ! [ -f .profile ]; then
ln -s src/dotfiles/profile .profile
fi

if ! [ -f .vimrc ]; then
ln -s src/dotfiles/profile .vimrc
fi
```

Usage
--------
* Choose file you want (or just clone this whole repo)
* Go to RAW mode and grab the URL
* curl -o filename "http://url"
* wget "http://url"
* add . in front of the file, some files may require extra care such as ```dotssh``` which should be be called ```.ssh``` but I recommend doing ```ln -s src/dotfiles/dotssh/config $HOME/.ssh/config``` instead
* If you got changes fork and do pull request