blob: 9c921dfab8e3b7fe36bfe8c2c3c234a0bc986957 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
The `new-user-setup.sh` script is all that is needed to setup a new user account. To run the script:
```bash
cd ~/dotfiles.core
./new-user-setup.sh
```
If the script cannot be run for whatever reason, it is sufficiently documented to use it as a guide for manual installation.
|