Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

config files for zsh, bash, completions, gem, git, irb, rails

License

NotificationsYou must be signed in to change notification settings

ryanb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are config files to set up Mac OS X command line the way I like it usingZsh.

For an older version that usesOh My Zsh, check outthis branch.

Installation

Run thebin/install command to copy files over. It will prompt you before replacing if the files already exist.

git clone git@github.com/ryanb/dotfiles~/.dotfilescd~/.dotfiles./bin/install

After installing, open a new terminal window to see the effects.

Feel free to customize the .zshrc file to match your preference.

Features

I normally place all of my coding projects in ~/code, so this directory can easily be accessed (and tab completed) with the "c" command.

c railsca<tab>

There is also an "h" command which behaves similar, but acts on the home path.

h doc<tab>

If you're using git, you'll notice the current branch name shows up in the prompt while in a git repository.

Uninstall

To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose custom settings.

unlink ~/.binunlink ~/.gitignoreunlink ~/.gitconfigunlink ~/.gemrcunlink ~/.gvimrcunlink ~/.irbrcunlink ~/.vimunlink ~/.vimrcrm ~/.zshrc # careful hererm -rf ~/.dotfiles

Then open a new terminal window to see the effects.

About

config files for zsh, bash, completions, gem, git, irb, rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6

Languages


[8]ページ先頭

©2009-2026 Movatter.jp