Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonrudolph/dotfiles
Config files for bash, completions, git, irb, rails, VS Code, etc.
https://github.com/jasonrudolph/dotfiles
bash dotfiles git vscode vscode-configs
Last synced: 20 days ago
JSON representation
Config files for bash, completions, git, irb, rails, VS Code, etc.
- Host: GitHub
- URL: https://github.com/jasonrudolph/dotfiles
- Owner: jasonrudolph
- License: mit
- Created: 2012-02-03T21:06:57.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T13:14:43.000Z (12 months ago)
- Last Synced: 2024-10-15T13:37:01.427Z (23 days ago)
- Topics: bash, dotfiles, git, vscode, vscode-configs
- Language: Ruby
- Homepage:
- Size: 852 KB
- Stars: 21
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Jason Rudolph's Dot Files
These are config files to set up a system the way I like it.
## Installation
git clone git://github.com/jasonrudolph/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install## Environment
I am running on macOS, but I hope to gradually adapt this project to work on my Linux systems as well.
I use bash as my shell.
## Credit
This repo began as a fork of [Ryan Bates's dotfiles](https://github.com/ryanb/dotfiles). Thanks to Ryan for providing the structure of the project, for creating the handy installation process, and for populating the repo with so many niceties.
I've [customized the project](https://github.com/jasonrudolph/dotfiles/compare/2e9813c...main) to my liking, but [as Ryan Tomayko says about his dotfiles](https://github.com/rtomayko/dotfiles/blob/f95faec/README#L65) ...
> I didn't write all of this stuff, or even most of it.
> I've tried to include proper attribution [inline in each file for everything that] I found elsewhere.
> Please contact me if you see something not so attributed.