mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
74 lines
2.5 KiB
Org Mode
74 lines
2.5 KiB
Org Mode
#+TITLE: Server Dotfiles
|
|
#+DATE: February 9, 2020
|
|
#+SINCE: {replace with next tagged release version}
|
|
#+STARTUP: inlineimages nofold
|
|
|
|
* Table of Contents :TOC_3:noexport:
|
|
- [[#description][Description]]
|
|
- [[#maintainers][Maintainers]]
|
|
- [[#prerequisites][Prerequisites]]
|
|
- [[#applications][Applications]]
|
|
- [[#zsh][Zsh]]
|
|
- [[#theme][Theme]]
|
|
- [[#plugin-manager][Plugin Manager]]
|
|
- [[#plugins][Plugins]]
|
|
- [[#configuration][Configuration]]
|
|
- [[#installation][Installation]]
|
|
- [[#find--delete-orphaned-symlinks][Find & delete orphaned symlinks]]
|
|
- [[#license][License]]
|
|
|
|
* Description
|
|
A repository of my personal configuration files.
|
|
|
|
** Maintainers
|
|
+ [[https://github.com/alrayyes][@alrayyes]]
|
|
|
|
* Prerequisites
|
|
- [[http://www.gnu.org/software/stow/][stow]]
|
|
|
|
* Applications
|
|
- [[https://the.exa.website/][exa]]
|
|
- [[https://git-scm.com/][git]]
|
|
- [[https://gnupg.org/][gnupg]]
|
|
- [[https://github.com/gokcehan/lf][lf]]
|
|
- [[https://neovim.io/][neovim]]
|
|
- [[https://tmux.github.io/][tmux]]
|
|
- [[https://vifm.info/][vifm]]
|
|
|
|
* 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/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/git][git]]
|
|
- [[https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/gitignore][gitignore]]
|
|
- [[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]]
|
|
|
|
* Configuration
|
|
** Installation
|
|
#+BEGIN_SRC shell
|
|
./install.sh
|
|
#+END_SRC
|
|
** Find & delete orphaned symlinks
|
|
#+BEGIN_SRC shell
|
|
./clean-dead-symlinks
|
|
#+END_SRC
|
|
|
|
* License
|
|
:PROPERTIES:
|
|
:CUSTOM_ID: license
|
|
:END:
|
|
This theme is released under the MIT License. For more information read
|
|
the [[file:LICENSE.org][license]].
|