Switch to urxvt (close #45), setup pywal (fix #35)

Updated README to include desktop screenshot and urxvt/pywal sources.
This commit is contained in:
2018-03-05 22:45:32 -05:00
parent 7ca9c5f27d
commit 6031d8bf25
10 changed files with 85 additions and 40 deletions

View File

@@ -1,15 +1,19 @@
# Kevin's Linux Setup
![desktop-screenshot](https://i.imgur.com/hrSnXmV.png)
![desktop-screenshot](https://i.imgur.com/mbu9aYf.png)
*Screenshot from my dual-monitor desktop config.*
![laptop-screenshot](https://i.imgur.com/hrSnXmV.png)
*Screenshot from my laptop config.*
This repository contains the dotfiles for my Linux ["rice"](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/). It's always going to
be a work-in-progress, but it's satisfactory for the time being. My dotfiles are
primarily focused on workflow efficiency.
This repository contains the dotfiles for my Linux
["rice"](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
It's always going to be a work-in-progress, but it's satisfactory for the time
being. My dotfiles are primarily focused on workflow efficiency.
## Basic Info
* **OS**: Linux Mint 18.2
* **Terminal**: Terminator
* **Terminal**: [rxvt](https://www.wikiwand.com/en/Rxvt)
* **Shell**: Bash
* **WM**: [i3-gaps](https://github.com/Airblader/i3)
* **Editor**: Vim
@@ -23,16 +27,20 @@ in the system. `set-configs.sh` sets different config files for my PC and laptop
as they have slightly different needs (multiple monitors, screen size, etc.).
## Programs Used
* [Bash-it](https://github.com/Bash-it/bash-it/)
* [i3blocks](https://github.com/vivien/i3blocks)
* [Various Vim plug-ins](https://github.com/Kevin-Mok/linux-config/blob/f922e56b50635c9344b26f9088e37acea5647359/dotfiles/vimrc#L38)
* [Neofetch](https://github.com/dylanaraps/neofetch)
* [pipes.sh](https://github.com/pipeseroni/pipes.sh)
* [Bash-it](https -//github.com/Bash-it/bash-it/) - For autocompletion and themes.
* [cmatrix](https -//github.com/abishekvashok/cmatrix) - Matrix screensaver.
* [i3blocks](https -//github.com/vivien/i3blocks) - Alternative status bar for
i3wm.
* [Various Vim plug-ins](https -//github.com/Kevin-Mok/linux-config/blob/f922e56b50635c9344b26f9088e37acea5647359/dotfiles/vimrc#L38)
* [Neofetch](https -//github.com/dylanaraps/neofetch) - CLI-based app to display
system information.
* [pipes.sh](https -//github.com/pipeseroni/pipes.sh) - Animated pipes
screensaver.
* [pywal](https -//github.com/dylanaraps/pywal) - Color scheme coordinator.
### Switch From/Try Out:
* Arch Linux
## Switch From:
* Linux Mint ➔ Arch Linux
* Bash ➔ [Zsh](http://zsh.sourceforge.net/)
* Terminator ➔ [rxvt](https://www.wikiwand.com/en/Rxvt)
* Vim(-based) apps:
* Vim ➔ [Neovim](https://github.com/neovim/neovim)
* Google Chrome ➔ [qutebrowser](https://github.com/qutebrowser/qutebrowser)