2019-12-06 19:32:21 +00:00
|
|
|
* Dotfiles
|
|
|
|
A repository of my personal configuration files.
|
|
|
|
|
|
|
|
** Requirements
|
|
|
|
- [[http://www.gnu.org/software/stow/][stow]]
|
2019-12-06 19:33:45 +00:00
|
|
|
** Installation
|
2019-12-06 19:32:21 +00:00
|
|
|
#+BEGIN_SRC shell
|
|
|
|
./install.sh
|
2019-12-14 20:19:03 +00:00
|
|
|
update-desktop-database ~/.local/share/applications/
|
|
|
|
xdg-mime default org-protocol.desktop x-scheme-handler/org-protocol
|
2019-12-06 19:32:21 +00:00
|
|
|
#+END_SRC
|
2019-12-06 19:33:45 +00:00
|
|
|
** Find & delete orphaned symlinks
|
2019-12-06 19:32:21 +00:00
|
|
|
#+BEGIN_SRC shell
|
|
|
|
./clean-dead-symlinks
|
|
|
|
#+END_SRC
|
2019-12-06 19:33:45 +00:00
|
|
|
** Configured Packages
|
2020-02-02 11:21:19 +00:00
|
|
|
- [[https://github.com/alacritty/][alacritty]]
|
2019-12-10 12:40:20 +00:00
|
|
|
- [[https://github.com/baskerville/bspwm][bspwm]]
|
2020-02-02 11:21:19 +00:00
|
|
|
- [[https://github.com/hlissner/doom-emacs][Doom Emacs]]
|
2019-12-06 19:32:21 +00:00
|
|
|
- [[https://dunst-project.org/][dunst]]
|
|
|
|
- [[https://firejail.wordpress.com/][firejail]]
|
|
|
|
- [[https://git-scm.com/][git]]
|
|
|
|
- [[https://gnupg.org/][gnupg]]
|
|
|
|
- [[https://www.gtk.org/][gtk]]
|
|
|
|
- [[https://github.com/gokcehan/lf][lf]]
|
|
|
|
- [[https://www.musicpd.org/][mpd]]
|
|
|
|
- [[https://neomutt.org/][neomutt]]
|
|
|
|
- [[https://neovim.io/][neovim]]
|
|
|
|
- [[http://jonls.dk/redshift/][redshift]]
|
2020-02-02 11:21:19 +00:00
|
|
|
- [[https://github.com/denysdovhan/spaceship-prompt][spaceship zsh
|
2019-12-06 19:32:21 +00:00
|
|
|
- [[https://github.com/baskerville/sxhkd][sxhkd]]
|
|
|
|
- [[https://tmux.github.io/][tmux]]
|
|
|
|
- [[https://vifm.info/][vifm]]
|
2020-02-02 11:21:19 +00:00
|
|
|
- [[https://weechat.org/][weechat]]
|
2019-12-06 19:32:21 +00:00
|
|
|
- [[https://github.com/freedesktop/xcompmgr][xcompmgr]]
|
|
|
|
- [[https://github.com/stoeckmann/xwallpaper][xwallpaper]]
|
|
|
|
- [[https://www.zsh.org/][zsh]]
|
|
|
|
theme]]
|
2019-12-14 20:38:46 +00:00
|
|
|
|
|
|
|
** License
|
|
|
|
:PROPERTIES:
|
|
|
|
:CUSTOM_ID: license
|
|
|
|
:END:
|
|
|
|
|
|
|
|
This theme is released under the MIT License. For more information read
|
|
|
|
the [[file:LICENSE.org][license]].
|