aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7dc2dba3b84de66a9f5b3aaaa685dfc90189d9f1 (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
25
26
# 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.
- [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations.

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

### Install the files
```bash
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
```