From ec75775b276a8c323ae01bbd71b998a7f3c44e39 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 16 Aug 2019 11:20:18 +0200 Subject: Initial commit for dotfiles --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..17ea6d4 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Configuration files + +The 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). -- cgit