Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,21 @@ and restart
sudo reboot -h now
```

# 6) Install other Programs
# 6) Basic Configuration

## Terminal Font Size

Append the following to `~/.Xresources`:
```
! Use a truetype font and size.
xterm*faceName: Monospace
xterm*faceSize: 14
```

Merge Settings
```
xrdb -merge ~/.Xresources
```

# 7) Install other Programs
Install instructions for some selected programs can be found [here](programs/).