blob: d3971f27465bfa87013e1c3679bb14b882198169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Configuration files
## Installation
1. backup your current configuration files, they will be overwrite
2. `cd` in this repo
3. run `make`
## 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).
|