diff options
| author | 2014-10-25 22:26:54 +0200 | |
|---|---|---|
| committer | 2014-10-25 22:26:54 +0200 | |
| commit | 3e94a3e724c36267fa2e4039e3759473c59e8510 (patch) | |
| tree | 379d0598c0d26d3b0c746604d80bb9e803371fb0 /README.md | |
| parent | 8ecace69cb3b35ac6b72859ebf0be70d11d2d71e (diff) | |
| download | dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.gz dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.tar.bz2 dotfiles-3e94a3e724c36267fa2e4039e3759473c59e8510.zip | |
Restructured dotfile repo to take advantage of GNU Stow
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 11 insertions, 14 deletions
| @@ -1,23 +1,20 @@ | |||
| 1 | Toms Dotfiles | 1 | Toms Dotfiles |
| 2 | ============= | 2 | ============= |
| 3 | |||
| 3 | ###About | 4 | ###About |
| 4 | Recently I've been discovering tiling window managers and how nice it is to customize my desktop. | 5 | Recently I've been discovering tiling window managers and that customizeing my desktop is really cool. |
| 5 | This means I've got a "lot" of dotfiles wanting to share across my machines and with everyone who is interested. | 6 | This means I've got a "lot" of dotfiles I want to share across my machines and with everyone who is interested. |
| 7 | |||
| 6 | ###How to install | 8 | ###How to install |
| 7 | You can | 9 | You can |
| 8 | - copy the files to your home directory | 10 | - copy the files to your home directory |
| 9 | 11 | ||
| 10 | or | 12 | or |
| 11 | - You can run install my dotfiles with the Makefile | 13 | - You can run make install to stow all dotfiles to your home directory (recommanded) |
| 14 | |||
| 15 | The makefile has two recepies: | ||
| 16 | - install: Installs all my dotfiles to your $HOME | ||
| 17 | - uninstall: Uninstalls all my dotfiles | ||
| 12 | 18 | ||
| 13 | The makefile has multiple recepies: | 19 | The makefile depends on GNU Stow. |
| 14 | - numix-no-title: Installs a modified version of the numix metacity theme | ||
| 15 | - herbstluftwm: Installs my herbstluftwm dotfiles | ||
| 16 | - bash: Installs my bashrc file | ||
| 17 | - vim: Installs my vimrc file | ||
| 18 | - xresources: Installs my xresources file | ||
| 19 | - install: Does all of the above | ||
| 20 | - uninstall: uninstall all my dotfiles | ||
| 21 | 20 | ||
| 22 | ###Disclaimer | ||
| 23 | I am not responsible for the loss of any of your files! You should make a backup before installing anything! | ||
