Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.6 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <!--- Intro {{{ -->
  2. # Kevin's Linux Setup
  3. ![desktop-screenshot-2](https://i.imgur.com/DivyfTu.png)
  4. ![desktop-screenshot](https://i.imgur.com/lkicLP5.png)
  5. *Screenshots from my desktop config.*
  6. This repository contains the dotfiles to increase my workflow efficiency. They
  7. are also for my Linux
  8. [rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
  9. <!--- }}} Intro -->
  10. <!--- Basic Info {{{ -->
  11. ## Basic Info
  12. * **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](https://github.com/Kevin-Mok/linux-config/blob/master/txt/pacman-pkgs/auto-pacman-pkgs.txt))
  13. * 15s boot time, 25s restart time on an SSD. :smiley:
  14. * **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
  15. * **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
  16. * **Window Manager**: [i3wm](https://i3wm.org/) + [i3-gaps](https://github.com/Airblader/i3)
  17. * **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/vimrc#L51))
  18. * **File Manager**: [ranger](https://ranger.github.io/)
  19. <!--- }}} Basic Info -->
  20. <!--- Setup {{{ -->
  21. ## Setup
  22. I wrote [a script](https://github.com/Kevin-Mok/linux-config/blob/master/setup.sh) to
  23. symbolically link the files/directories in the repository to the locations
  24. they should be in the system.
  25. <!--- }}} Setup -->
  26. <!-- History {{{ -->
  27. ## Old Screenshots
  28. ### 3/7
  29. * [laptop](https://i.imgur.com/UpdX90A.png)
  30. ### 3/5
  31. * [dual-monitor desktop](https://i.imgur.com/mbu9aYf.png)
  32. * [laptop](https://i.imgur.com/hrSnXmV.png)
  33. <!-- }}} History -->