Skip to content

alysonla/dotfiles

This branch is 7 commits ahead of, 42 commits behind jnunemaker/dotfiles:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c726802 · Dec 30, 2020

History

25 Commits
Dec 30, 2020
Nov 17, 2010
Dec 5, 2014
Feb 19, 2013

Repository files navigation

My Dot Files

# Make a directory:
mkdir ~/bin

# Change into new directory:
cd ~/bin

# Git clone this repo:
git clone git://github.com/alysonla/dotfiles.git

# Create/validate existence for a file called .bashrc:
touch ~/.bashrc

# Add the thing in the quotes to the .bashrc file:
echo ". ~/bin/dotfiles/bashrc" >> ~/.bashrc

# Create/validate existence for a file called .bash_profile:
touch ~/.bash_profile

# Add the thing in quotes below to the .bash_profile file:
echo ". ~/.bashrc" >> ~/.bash_profile

# Run .bash_profile:
. ~/.bash_profile

screen shot 2014-12-05 at 3 22 04 pm

screen shot 2014-12-05 at 3 27 14 pm

About

Simple dotfiles for winning at git ❗

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%