Resolves #14, fixes #48

ranger:
  - preview images
  - set background (using wal)
  - bulk rename
  - reload config from within

Also update Terminator config one last time before removing.
This commit is contained in:
2018-03-06 22:15:43 -05:00
parent a6fd6634b1
commit 85bf4323b6
14 changed files with 2951 additions and 13 deletions

View File

@@ -1,31 +1,42 @@
> Intro {{{ >
# Kevin's Linux Setup
> pictures {{{ >
![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.*
> }}} pictures >
This repository contains the dotfiles for my Linux
["rice"](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
[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.
> }}} Intro >
> Basic Info {{{ >
## Basic Info
* **OS**: Linux Mint 18.2
* **Terminal**: [urxvt](https://www.wikiwand.com/en/Rxvt)
* **Shell**: [Zsh](http://zsh.sourceforge.net/)
* **WM**: [i3-gaps](https://github.com/Airblader/i3)
* **Editor**: [Neovim](https://github.com/neovim/neovim)
* **File Explorer**: [ranger](https://ranger.github.io/)
> }}} Basic Info >
> Setup {{{ >
## Setup
I wrote a couple simple scripts
([`set-configs.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/configs/set-configs.sh) &
[`set-dotfiles.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/set-dotfiles.sh))
to symbolically link the files in the repository to the locations they should be
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.).
to symbolically link the files/directories in the repository to the locations
they should be 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.).
> }}} Setup >
> Programs Used {{{ >
## Programs Used
* [Bash-it](https://github.com/Bash-it/bash-it/) - For autocompletion and themes.
* [cmatrix](https://github.com/abishekvashok/cmatrix) - Matrix screensaver.
@@ -39,9 +50,11 @@ as they have slightly different needs (multiple monitors, screen size, etc.).
* [pipes.sh](https://github.com/pipeseroni/pipes.sh) - Animated pipes
screensaver.
* [pywal](https://github.com/dylanaraps/pywal) - Color scheme coordinator.
> }}} Programs Used >
> Switch From (To-Do) {{{ >
## Switch From (To-Do)
* Linux Mint ➔ Arch Linux
* Vim(-based) apps:
* Google Chrome ➔ [qutebrowser](https://github.com/qutebrowser/qutebrowser)
* Nemo/Thunar ➔ [ranger](https://ranger.github.io/)
> }}} From (To-Do) >