aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 209aa0d36ec3e2d56a0f4c08ba53b1dc375a91ac (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
# dotfiles and misc configuration

## Usage

`./install.sh` For the basics.

### Key remappings ( Linux specific )

`./remap.sh`

### Distro specific

`sudo sh ./distro/<distro>.sh`

## Installing ssh keys

```
umask 077
mkdir ~/.ssh
curl https://git.riedstra.dev/mitch/dotfiles/plain/ssh > ~/.ssh/authorized_keys
```

## Other potential files of interest

  - kshrc