julenka / julenka-bash

This is my set of environment setup commands for a standard development environment on BASH.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia's Bash Environment

This is my set of environment setup commands for a standard development environment on BASH.

How to set up

cd
cp .bash_profile /tmp/
cp .bash_aliases /tmp/
rm .bash_profile
rm .bash_aliases
ln -s /repo/path/to/.bash_profile .bash_profile
ln -s /repo/path/to/.bash_aliases .bash_aliases

About

This is my set of environment setup commands for a standard development environment on BASH.


Languages

Language:Shell 100.0%