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.

39 lines
1.3 KiB

  1. ---
  2. title: "Config"
  3. date: 2019-02-07T05:05:11-05:00
  4. draft: true
  5. ---
  6. <!--- Intro {{{ -->
  7. # Kevin's Linux Setup
  8. ![desktop-screenshot](https://i.imgur.com/Fpsr8Fc.png)
  9. *Screenshot from my dual-monitor setup.*
  10. This repository contains the dotfiles to increase my workflow efficiency. They
  11. are also for my Linux
  12. [rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
  13. <!--- }}} Intro -->
  14. <!--- Main Programs {{{ -->
  15. ## Main Programs
  16. * **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
  17. ```
  18. > systemd-analyze
  19. Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
  20. graphical.target reached after 1.085s in userspace
  21. ```
  22. * **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
  23. * **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
  24. * **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
  25. * **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/.vimrc#L51))
  26. * **File Manager**: [ranger](https://ranger.github.io/)
  27. <!--- }}} Basic Info -->
  28. <!--- Setup {{{ -->
  29. ## Setup
  30. I use
  31. [Stow](http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html)
  32. to symbolically link the configs/dotfiles.
  33. <!--- }}} Setup -->