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.

30 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. * 15s boot time, 25s restart time on an SSD. :smiley:
  13. * **Terminal**: [rxvt-unicode-pixbuf](https://www.wikiwand.com/en/Rxvt)
  14. * **Shell**: [Zsh](http://zsh.sourceforge.net/) + [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
  15. * **Window Manager**: [i3-gaps](https://github.com/Airblader/i3)
  16. * **Editor**: [Neovim](https://github.com/neovim/neovim) ([plugins](dotfiles/vimrc#L51))
  17. * **File Manager**: [ranger](https://ranger.github.io/)
  18. <!--- }}} Basic Info -->
  19. <!--- Setup {{{ -->
  20. ## Setup
  21. I wrote [a script](setup.sh) to
  22. symbolically link the files/directories in the repository to the locations
  23. they should be in the system.
  24. <!--- }}} Setup -->