laura-burdick / config

Useful config files and commands to save.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to clone this repository to a new computer, from home directory:
git clone https://github.com/wendlandt/config.git
cp -rf config/. . #Dot after config makes sure that hidden files are copied, r makes sure that directories are copied
rm -rf config

To get bash_aliases working, add this to .bashrc:
source ~/.bash_aliases

Then re-execute .bashrc from terminal:
source ~/.bashrc

About

Useful config files and commands to save.


Languages

Language:Shell 67.4%Language:Python 29.8%Language:Vim Script 2.8%