Dotfiles for different machines on different branches.
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.

77 lines
4.2 KiB

1 year ago
1 month ago
9 months ago
1 year ago
9 months ago
9 months ago
7 months ago
9 months ago
1 year ago
1 month ago
1 year ago
1 month ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  1. # .dotfiles
  2. My arch compatible user dotfiles.
  3. They were originally based on the dotfiles of [lukesmithxyz](https://github.com/lukesmithxyz/voidrice).
  4. This being some time, hundreds of commits and my personalized version of [larbs](https://github.com/TiynGER/larbs) ago, they are now quite different.
  5. ## Required and Recommended Software
  6. All requirements and recommendations get installed by my version of LARBS.
  7. To take a look at all the software it installs look at the [progs.csv](https://github.com/TiynGER/larbs/blob/master/progs.csv) in my LARBS repository.
  8. ## Migration of my dotfiles to other system
  9. - set alias in .bashrc: `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'`
  10. - clone this repository: `git clone --bare https://github.com/Tiyn/dotfiles $HOME/.dotfiles`
  11. - optional: backup old files:
  12. ```
  13. mkdir -p .config-backup && \
  14. config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
  15. xargs -I{} mv {} .config-backup/{}
  16. ```
  17. - checkout changes: `config checkout`
  18. - ignore untracked files: `config config --local status.showUntrackedFiles no`
  19. - pull current setup: `config pull`
  20. - finish setup for vim:
  21. - open vim
  22. - `:PlugInstall`
  23. - `:CocInstall`
  24. ## Hotkeys
  25. There are various shortcuts and hotkeys used in this version. Included in my build are the following.
  26. [Dwm](https://github.com/tiyn/dwm)s and [st](https://github.com/tiyn/st)s hotkeys can be found in their repositories.
  27. ### SXHKD
  28. | ModKey | Shift | Key | Function |
  29. | ------ | ----- | ----------------- | --------------------------------------------------------- |
  30. | Super | | Return | Spawn terminal |
  31. | Super | | b | Spawn browser |
  32. | Super | Shift | b | Toggle dwmbar |
  33. | Super | | f | Spawn filemanager |
  34. | Super | | i | Spawn intellij-idea-ultimate-edition |
  35. | Super | | m | Spawn thunderbird |
  36. | Super | | p | Spawn ncmpcpp in st |
  37. | Super | Shift | r | (dmenu) dmenu\_run |
  38. | Super | | s | (dmenu) startpagesearch |
  39. | Super | | F5 | enable 2 Screen Monitor |
  40. | Super | | F6 | toggle touchpad |
  41. | Super | | F7 | (dmenu) mounting drives |
  42. | Super | | F8 | (dmenu) unmounting drives |
  43. | Super | | F9 | Restart NetworkManager |
  44. | Super | | F10 | (dmenu) prompt, if yes: slock |
  45. | Super | | F11 | (dmenu) prompt, if yes: reboot |
  46. | Super | | F12 | (dmenu) prompt, if yes: shutdown |
  47. | | | AudioMute | Volume mute |
  48. | | | AudioMicMute | Mic Mute |
  49. | | | AudioLowerVolume | Volume lower |
  50. | | | AudioRaiseVolume | Volume raise |
  51. | | | MonBrightnessDown | Brightness decrease |
  52. | | | MonBrightnessUp | Brightness increase |
  53. ## Browser
  54. My favorite Browser is icecat (foss firefox).
  55. There are a couple of addons i really enjoy:
  56. - AdNauseam
  57. - AutoFullscreen
  58. - Dark Reader
  59. - hide-scrollbars
  60. - HTTPS Everywhere
  61. - NoScript
  62. - User-Agent Switcher and Manager
  63. - Vertical Tabs Reloaded
  64. - Vim Vixen
  65. Additionally i set `full-screen-api.ignore-widgets` in `about:config` to `true`.