aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c9e1f0568fb0984abbf637d44cf7fda3bdbaa453 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# TGWIL Dotfiles.Core

These are my core dotfiles. They are used on every account on every machine, including root.

My other dotfiles:
- [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts.

## Installation
### Clone this repository
```
cd
git clone git@git.tgwil.net:dotfiles.core dotfiles.core
```

### Install the files
```
cd

# install .bash_profile
ln -s $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile

# install .bashrc
ln -s $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc
```