README.md (1556B)
1 # regexghost's dotfiles 2 3 This repo contains all my dotfiles, including: 4 * Configuration for various programs 5 * Window manager and desktop environment setups 6 * Terminal, window manager and panel scripts 7 * Small programs I've written 8 * Install guides for various OS setups 9 10 This repo is a work in progress, as well as standard dotfiles updates I also plan to add scripts which can be used to save/load the dotfiles 11 12 More information about specific WM/DE setups can be found below, both the dotfiles themselves and relevant articles on my website 13 14  15 16 ## General Setup Guide 17 18 `./init.sh` 19 `./setup.sh make dotfiles` 20 `./setup.sh make <wm/de>` 21 `./otherPrograms.sh mine` 22 `./otherPrograms.sh notmine` (will take a while, checks with user after every command) 23 24 ## Colour Schemes 25 26 Before loading the dotfiles, navigates to `helpers/colours/` and run `make.sh *colourscheme*`, where `*colourscheme*` is a scheme in `helpers/colours/schemes/` (without the `.sh`) 27 This will place relevant colourschemee substitution files in the correct directories to be loaded with the config files. These files aren't tracked in the repo as there a) there is a large number of them and b) they can be generated programatically from the `schemes/` files. 28 29 ## Guides 30 31 [Arch install](guides/archInstallGuide.md) 32 [Firefox setup](guides/firefox.md) 33 [New git repo (GitHub)](guides/git.md) 34 [Windows ISO USB](guides/windowsFromLinux.md) 35 [Samba setup](guides/samba.md) 36 [Some useful commands](guides/commands.txt)