Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nolim1t/dotfiles
- Owner: nolim1t
- Created: 2012-11-27T02:06:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T06:16:00.000Z (about 2 years ago)
- Last Synced: 2024-04-14T14:30:02.512Z (7 months ago)
- Topics: dev-environment-setup, dotfiles, shell
- Language: Shell
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 librariesInstalling
--------```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
fiif ! [ -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