Custom Dotfiles

I use custom organization of my .bashrc and .bash_profile i.e. my “dotfiles”. Its great to keep all of my aliases clean and organized. I highly recommend Peepcode’s Advanced Command Line for more info on configuring your own set of custom dotfiles.


The one thing I always forget how to do whenever I move to a new computer or hard-drive is to set up the correct files and set up the proper sourcing, so here is my shorthand note to my future self.  

# First copy files to ~/bin/dotfiles
# Open bashrc
mate ~/.bashrc
# Paste this in
```
  source ~/bin/dotfiles/bashrc
```
# Open bash_profile
mate ~/.bash_profile
# Paste this in
```
if [ -f ~/.bashrc ]; then
  source ~/.bashrc 
fi

    

    

Keep Reading


Some of my Login UX featured in SmashingMagazine

Some of my Login UX featured in SmashingMagazine

When i first started working for Gowalla, I implemented some UX improvements to the existing login form. I thought it was pretty nifty and so did SmashingMagazine. Check out their writeup

Keep Reading


Rails 3 Beginner to Builder 2011 (Final) Week 8

This is final part of my Rails 3: Beginner to Builder series. https://www.schneems.com/beginner-to-builder-2011

Keep Reading


Ballin

Keep Reading


Rails 3 Beginner to Builder 2011 Week 7

 

Keep Reading


Socialism never took root in America because the poor see themselves not as an exploited proletariat but as temporarily embarrassed millionaires.

Socialism never took root in America because the poor see themselves not as an exploited proletariat but as temporarily embarrassed millionaires.
—John Steinbeck (via jonthornton)

Keep Reading


Rails 3 Beginner to Builder 2011 Week 6 with Ethan Waldo

 

Keep Reading


Rails 3 Beginner to Builder 2011 Week 5

Keep Reading


Rails 3 Beginner to Builder 2011 Week 4

This is part 3 of my Rails 3: Beginner to Builder series. https://www.schneems.com/beginner-to-builder-2011

Assignment before next week (Week 5): Chapters 10 & 11

Keep Reading


Rails 3 Beginner to Builder 2011 Week 3

Keep Reading


Subscribe to my Newsletter 😻 🤠

Join thousands of developers who get new code, writing, and programming links from me delivered to their inboxes.