Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmuschko/dotfiles

Shell Configuration
https://github.com/bmuschko/dotfiles

Last synced: 7 days ago
JSON representation

Shell Configuration

Awesome Lists containing this project

README

        

# Shell dotfiles

These are my shell configuration dotfiles mostly for backup purposes.

## Setup

The project requires you to set up a directory named `dotfiles` under `~/bin`.

mkdir ~/bin
cd ~/bin
git clone git://github.com/bmuschko/dotfiles.git

In your home directory create the file `.bashrc` with the following content:

. ~/bin/dotfiles/bashrc

In your home directory create the file `.bash_profile` with the following content:

if [ -f ~/.bashrc ];
then
source ~/.bashrc
fi

In your home directory create the file `.vimrc` with the following content:

source ~/bin/dotfiles/vimrc