https://github.com/nolim1t/dotfiles
self explanatory
https://github.com/nolim1t/dotfiles
dev-environment-setup dotfiles shell
Last synced: 5 months ago
JSON representation
self explanatory
- Host: GitHub
- URL: https://github.com/nolim1t/dotfiles
- Owner: nolim1t
- Created: 2012-11-27T02:06:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T06:16:00.000Z (over 3 years ago)
- Last Synced: 2025-01-15T11:15:36.442Z (about 1 year 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 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