Actual use of stow

lightmode
E. Almqvist 3 years ago
parent a3178feb2b
commit 3d23d6275b
  1. 4
      .config/nvim/.netrwhist
  2. 2
      .gitignore
  3. 6
      .gitmodules
  4. 0
      alacritty/.config/alacritty/alacritty.yml
  5. 1
      dmenu
  6. 0
      dunst/.config/dunst/dunstrc
  7. 0
      dunst/.config/dunst/launch
  8. 1
      dwm
  9. 0
      neofetch/.config/neofetch/config.conf
  10. 0
      neofetch/.config/neofetch/icon.png
  11. 0
      nvim/.config/nvim/autoload/plug.vim
  12. 0
      nvim/.config/nvim/colors/111015.vim
  13. 0
      nvim/.config/nvim/colors/Greymatters.vim
  14. 0
      nvim/.config/nvim/init.vim
  15. 0
      oh-my-zsh/.oh-my-zsh/custom/themes/almtech.zsh-theme
  16. 0
      oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme
  17. 0
      picom/.config/picom/config
  18. 0
      picom/.config/picom/launch
  19. 0
      picom/.config/picom/picom.conf
  20. 0
      polybar/.config/polybar/config
  21. 0
      polybar/.config/polybar/launch
  22. 0
      polybar/.config/polybar/scripts/check-all-updates.sh
  23. 0
      polybar/.config/polybar/scripts/cmus.sh
  24. 0
      polybar/.config/polybar/scripts/get_spotify_status.sh
  25. 0
      polybar/.config/polybar/scripts/pavolume.sh
  26. 0
      polybar/.config/polybar/scripts/scroll_spotify_status.sh
  27. 0
      polybar/.config/polybar/scripts/updates.sh
  28. 0
      qutebrowser/.config/qutebrowser/autoconfig.yml
  29. 0
      qutebrowser/.config/qutebrowser/bookmarks/urls
  30. 0
      qutebrowser/.config/qutebrowser/config.py
  31. 0
      qutebrowser/.config/qutebrowser/qsettings/QtProject.conf
  32. 0
      qutebrowser/.config/qutebrowser/quickmarks
  33. 7
      stow.sh
  34. 0
      vim/.vimrc
  35. 0
      zsh/.zshrc

@ -1,4 +0,0 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhistcnt =2
let g:netrw_dirhist_2='/home/elal/Projects/eOS/src'
let g:netrw_dirhist_1='/home/elal/Projects/ailib'

2
.gitignore vendored

@ -1 +1 @@
.config/nvim/plugged/ nvim/.config/nvim/plugged/

6
.gitmodules vendored

@ -1,6 +0,0 @@
[submodule "dwm"]
path = dwm
url = https://github.com/E-Almqvist/dwm
[submodule "dmenu"]
path = dmenu
url = https://github.com/E-Almqvist/dmenu

@ -1 +0,0 @@
Subproject commit f0caf3f69d20b3ef5251ac8117ef5aefe8fd48d0

1
dwm

@ -1 +0,0 @@
Subproject commit 4b0734050b111d133246ea9c6e6af1f498aa9168

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

@ -1,7 +0,0 @@
#!/usr/bin/bash
stowoption=$1
stow $stowoption .vimrc -t $HOME
stow $stowoption .zshrc -t $HOME
stow $stowoption .config -t $HOME/.config
Loading…
Cancel
Save