README.md (707B)
1 # Dotfiles 2 3 I am typically using a ksh-based shell, hence no `.bashrc` or similar. Shell 4 configuration is in `~/.config/shrc` and sourced using the `ENV` environment 5 variable from `~/.xsession`. 6 7 The .Xresources file is not necessarily used as terminal configuration if the 8 terminal I'm using doesn't support it. In that case it just acts as a reference 9 for my preferred terminal colour scheme. 10 11 ## Installation 12 13 Run the script `setup.sh` which clones the dotfiles repository, makes the 14 directories I need, and does some other miscellaneous stuff. 15 16 The script is intended to be run on a fresh install using a command such as: 17 18 ``` 19 ftp -o - https://git.sr.ht/~jbauer/dotfiles/blob/master/setup.sh | sh - 20 ```