Giter Club home page Giter Club logo

dotfiles's Introduction

lritter's Dotfiles

This is where I keep all my dotfiles, preferences, useful shell scripts, etc.

Normally I keep my dotfiles checked out to ~/.dotfiles and I symlink particular files in my home directory to files in my dotfiles directory.

TODO: Script the symlinking.

The directory layout is fairly self-explanatory and I try to comment the dotfiles so I can remember why I actually did what I did...

Basic setup

I am trying out Bash 4 right now. It seems to have most of what I liked about Zsh (fancy globbing, easy completions) but is a bit more standard since it's bash (though now that OS-X has Zsh as an approved shell...)

Set this up with:

brew install bash # Build bash
sudo echo '/usr/local/bin/bash' >> /etc/shells # Add to "approved" shells
chsh -s /usr/local/bin/bash lritter

# I do this from my homedir and use, say, src/dotfiles as the dotfiles path
ln -s {path-to-cloned-repo}/bash/.bashrc
ln -s {path-to-cloned-repo}/bash/.bash_profile 

dotfiles's People

Contributors

lritter avatar

Watchers

 avatar James Cloos avatar

Forkers

iamjwc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.