From c5eacb8ca315bbf5f9e03e19505ff9f14eacca49 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 6 Mar 2020 06:46:02 +0100 Subject: Replace Makefile by install.sh script --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4522370..28f8cf1 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,17 @@ -# Configuration files +# Dotfiles ## Installation -1. backup your current configuration files, they will be overwrite +1. Backup your current configuration files, they will be overwrite 2. `cd` in this repo -3. run `make` +3. Run the `install.sh` script ## Tools I use -* [vim](https://github.com/vim/vim): terminal text editor -* [zsh](https://www.zsh.org/): interactive shell -* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh): plugins and themes for zsh -* [tmux](https://github.com/tmux/tmux): multiple terminal/panel -* [redshift](https://github.com/jonls/redshift): change screen color temperature - -The tmux theme can be found [here](https://github.com/jimeh/tmux-themepack). +* [vim](https://github.com/vim/vim) - terminal text editor +* [zsh](https://www.zsh.org/) - interactive shell +* [xmonad](https://xmonad.org) - window manager +* [redshift](https://github.com/jonls/redshift) - change screen color temperature ## School 19 Config -- cgit