aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: d5f42d70c6526c141ad96d6fea863ea0e8591ed2 (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/at-kbd.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