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.

40 lines
1.3 KiB

  1. ---
  2. title: "Config"
  3. date: 2019-02-07T05:05:11-05:00
  4. draft: true
  5. layout: single
  6. ---
  7. <!--- Intro {{{ -->
  8. # Kevin's Linux Setup
  9. ![desktop-screenshot](https://i.imgur.com/Fpsr8Fc.png)
  10. *Screenshot from my dual-monitor setup.*
  11. This repository contains the dotfiles to increase my workflow efficiency. They
  12. are also for my Linux
  13. [rice](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
  32. [Stow](http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html)
  33. to symbolically link the configs/dotfiles.
  34. <!--- }}} Setup -->