1
0
mirror of https://github.com/alrayyes/legacy-dotfiles synced 2023-11-13 18:16:41 +00:00
legacy-dotfiles/README.org

68 lines
2.6 KiB
Org Mode
Raw Normal View History

2020-02-17 12:25:44 +00:00
#+TITLE: Legacy Dotfiles
#+DATE: February 4, 2020
#+SINCE: {replace with next tagged release version}
#+STARTUP: inlineimages nofold
2019-12-10 13:00:55 +00:00
2020-02-17 12:25:44 +00:00
* Table of Contents :TOC_3:noexport:
- [[#description][Description]]
- [[#maintainers][Maintainers]]
- [[#prerequisites][Prerequisites]]
- [[#configured-applications][Configured Applications]]
- [[#zsh][Zsh]]
- [[#theme][Theme]]
- [[#plugin-manager][Plugin Manager]]
- [[#plugins][Plugins]]
- [[#license][License]]
2019-12-10 13:00:55 +00:00
2020-02-17 12:25:44 +00:00
* Description
Legacy dotfiles that I don't use anymore
** Maintainers
+ [[https://github.com/alrayyes][@alrayyes]]
* Prerequisites
- [[http://www.gnu.org/software/stow/][stow]]
- [[https://www.python.org/][Python]]
2019-12-10 13:00:55 +00:00
2020-02-17 12:25:44 +00:00
* Configured Applications
- [[https://dwm.suckless.org/][dwm]]
2020-03-13 19:43:54 +00:00
- [[https://dunst-project.org/][dunst]]
2020-02-17 12:25:44 +00:00
- [[https://i3wm.org/][i3wm]]
- [[https://moc.daper.net/][moc]]
- [[https://www.newsbeuter.org/][newsbeuter]]
- [[https://github.com/davatorium/rofi][rofi]]
- [[https://www.spacemacs.org/][spacemacs]]
2020-03-13 19:43:54 +00:00
- [[https://vifm.info/][vifm]]
2020-02-17 12:25:44 +00:00
- [[http://zsh.sourceforge.net/][zsh]]
* Zsh
** Theme
- [[https://github.com/denysdovhan/spaceship-prompt][spaceship zsh]]
** Plugin Manager
- [[https://github.com/zplug/zplug][zplug]]
** Plugins
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux][archlinux]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/composer][composer]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker][docker]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker-compose][docker-compose]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/extract][extract]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf][fzf]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git][git]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore][gitignore]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pass][pass]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ripgrep][ripgrep]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/rsync][rsync]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sudo][sudo]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd][systemd]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/tmux][tmux]]
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode][vi-mode]]
- [[https://github.com/zsh-users/zsh-autosuggestions][zsh-autosuggestions]]
- [[https://github.com/zsh-users/zsh-syntax-highlighting][zsh-syntax-highlighting]]
* License
:PROPERTIES:
:CUSTOM_ID: license
:END:
2019-12-10 13:00:55 +00:00
This theme is released under the MIT License. For more information read
2020-02-17 12:25:44 +00:00
the [[file:LICENSE.org][license]].