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.

33 lines
1.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
  1. <!--- Intro {{{ -->
  2. # Kevin's Linux Setup
  3. ![desktop-screenshot](https://i.imgur.com/Fpsr8Fc.png)
  4. *Screenshot from my dual-monitor setup.*
  5. This repository contains the dotfiles to increase my workflow efficiency. They
  6. are also for my Linux
  7. [rice](https://www.reddit.com/r/unixporn/comments/3iy3wd/stupid_question_what_is_ricing/cukxwog/).
  8. <!--- }}} Intro -->
  9. <!--- Main Programs {{{ -->
  10. ## Main Programs
  11. * **OS**: [Arch Linux](https://www.archlinux.org/) ([packages](txt/nzxt-pkgs.txt))
  12. ```
  13. > systemd-analyze
  14. Startup finished in 2.341s (kernel) + 1.085s (userspace) = 3.426s
  15. graphical.target reached after 1.085s in userspace
  16. ```
  17. * **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
  18. * **Shell**: [Fish](https://fishshell.com/)
  19. * **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
  20. * **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/.vimrc#L51))
  21. * **File Manager**: [ranger](https://ranger.github.io/)
  22. <!--- }}} Basic Info -->
  23. <!--- Setup {{{ -->
  24. ## Setup
  25. I use [chezmoi](https://github.com/twpayne/chezmoi) to manage varying
  26. configs for different machines with a single branch.
  27. <!--- }}} Setup -->