Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
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.

42 lines
1.5 KiB

  1. ---
  2. title: "Linux Config"
  3. date: 2019-04-26
  4. draft: false
  5. layout: single
  6. ---
  7. <!--- Intro {{{ -->
  8. ![desktop-screenshot](https://img.khkm.tk/uploads/big/b2bd45e8f436d389ecb787b5c61c951a.png)
  9. *Screenshot from my dual-monitor setup.*
  10. This [repository][lc-repo] contains the dotfiles to increase my workflow
  11. efficiency. They are also for my Linux [rice][ricing_explanation].
  12. [lc-repo]: https://git.kevin-mok.com/Kevin-Mok/linux-config
  13. [ricing_explanation]: https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/
  14. <!--- }}} Intro -->
  15. <!--- Main Programs {{{ -->
  16. ## Main Programs
  17. * **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
  18. ```
  19. $ systemd-analyze
  20. Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
  21. graphical.target reached after 1.085s in userspace
  22. ```
  23. * **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
  24. * **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
  25. * **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
  26. * **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/.vimrc#L51))
  27. * **File Manager**: [ranger](https://ranger.github.io/)
  28. <!--- }}} Basic Info -->
  29. <!--- Setup {{{ -->
  30. ## Setup
  31. I use [chezmoi] to manage varying configs for different machines with
  32. a single branch.
  33. [chezmoi]: https://github.com/twpayne/chezmoi
  34. <!--- }}} Setup -->