Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisco/dotfiles
https://github.com/chrisco/dotfiles
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisco/dotfiles
- Owner: chrisco
- Created: 2016-06-14T17:39:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T17:54:51.000Z (over 8 years ago)
- Last Synced: 2024-03-17T06:22:50.566Z (8 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's in Here Now
.aliases
.bash_profile
.editorconfig
.gemrc
.gitconfig
.zshrc# Why I Made This Repo
Kyle just showed us his dotfiles and explained how he sym links them to his dotfiles repo.
He also wrote and uses a symlink_dotfiles script.
Example of how to run his .zshrc script, such as on a new computer or a server:
`
$ source ~/.zshrc
`# TODO
Sym link my dotfiles and make script to use, such as next time I setup a new computer.