34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
<!--- Intro {{{ -->
|
|
# Kevin's Linux Setup
|
|
|
|

|
|
*Screenshot from my dual-monitor setup.*
|
|
|
|
This repository contains the dotfiles to increase my workflow efficiency. They
|
|
are also for my Linux
|
|
[rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
|
|
<!--- }}} Intro -->
|
|
|
|
<!--- Main Programs {{{ -->
|
|
## Main Programs
|
|
* **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
|
|
```
|
|
> systemd-analyze
|
|
Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
|
|
graphical.target reached after 1.085s in userspace
|
|
```
|
|
* **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
|
|
* **Shell**: [Fish](https://fishshell.com/)
|
|
* **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
|
|
* **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/.vimrc#L51))
|
|
* **File Manager**: [ranger](https://ranger.github.io/)
|
|
<!--- }}} Basic Info -->
|
|
|
|
<!--- Setup {{{ -->
|
|
|
|
## Setup
|
|
I use [chezmoi](https://github.com/twpayne/chezmoi) to manage varying
|
|
configs for different machines with a single branch.
|
|
|
|
<!--- }}} Setup -->
|