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.

58 lines
2.1 KiB

6 years ago
6 years ago
6 years ago
6 years ago
  1. <!--- Intro {{{ -->
  2. # Kevin's Linux Setup
  3. ![desktop-screenshot](https://i.imgur.com/DivyfTu.png)
  4. *Screenshot from my desktop config.*
  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. <!--- Basic Info {{{ -->
  10. ## Basic Info
  11. * **OS**: [Arch Linux](https://www.archlinux.org/)
  12. * **Terminal**: [urxvt](https://www.wikiwand.com/en/Rxvt)
  13. * **Shell**: [Zsh](http://zsh.sourceforge.net/)
  14. * **WM**: [i3-gaps](https://github.com/Airblader/i3)
  15. * **Editor**: [Neovim](https://github.com/neovim/neovim)
  16. * **File Explorer**: [ranger](https://ranger.github.io/)
  17. <!--- }}} Basic Info -->
  18. <!--- Setup {{{ -->
  19. ## Setup
  20. I wrote a couple simple scripts
  21. ([`set-configs.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/configs/set-configs.sh) &
  22. [`set-dotfiles.sh`](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/set-dotfiles.sh))
  23. to symbolically link the files/directories in the repository to the locations
  24. they should be in the system. `set-configs.sh` sets different config files for
  25. my PC and laptop as they have slightly different needs (multiple monitors,
  26. screen size, etc.).
  27. <!--- }}} Setup -->
  28. <!--- Programs Used {{{ -->
  29. ## Programs Used
  30. * [i3blocks](https://github.com/vivien/i3blocks) - Alternative status bar for
  31. i3wm.
  32. * [Various Vim plug-ins](https://github.com/Kevin-Mok/linux-config/blob/master/dotfiles/vimrc#L54)
  33. * [Neofetch](https://github.com/dylanaraps/neofetch) - CLI-based app to display
  34. system information.
  35. * [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh) - For Zsh config and
  36. themes.
  37. * [pywal](https://github.com/dylanaraps/pywal) - Color scheme coordinator.
  38. <!--- }}} Programs Used -->
  39. <!-- History {{{ -->
  40. ## History
  41. ### 3/7
  42. ![laptop-screenshot](https://i.imgur.com/UpdX90A.png)
  43. *Laptop.*
  44. ### 3/5
  45. ![desktop-screenshot](https://i.imgur.com/mbu9aYf.png)
  46. *Dual-monitor desktop.*
  47. ![laptop-screenshot](https://i.imgur.com/hrSnXmV.png)
  48. *Laptop.*
  49. <!-- }}} History -->