#+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]] - [[#fish][Fish]] - [[#theme-1][Theme]] - [[#package-manager][Package Manager]] - [[#packages][Packages]] - [[#neovim][Neovim]] - [[#theme-2][Theme]] - [[#plugin-manager-1][Plugin Manager]] - [[#plugins-1][Plugins]] - [[#general][General]] - [[#programming][Programming]] - [[#ui][UI]] - [[#configuration][Configuration]] - [[#installation][Installation]] - [[#find--delete-orphaned-symlinks][Find & delete orphaned symlinks]] - [[#license][License]] * Description A repository of my personal server configuration files. ** Maintainers + [[https://github.com/alrayyes][@alrayyes]] * Prerequisites - [[http://www.gnu.org/software/stow/][stow]] * Applications - [[https://the.exa.website/][exa]] - [[https://github.com/junegunn/fzf][fzf]] - [[https://git-scm.com/][git]] - [[https://github.com/gokcehan/lf][lf]] - [[https://neovim.io/][neovim]] - [[https://tmux.github.io/][tmux]] * 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/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/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/ohmyzsh/ohmyzsh/tree/master/plugins/yarn][yarn]] - [[https://github.com/zsh-users/zsh-autosuggestions][zsh-autosuggestions]] - [[https://github.com/zsh-users/zsh-syntax-highlighting][zsh-syntax-highlighting]] * Fish *** Theme - [[https://github.com/oh-my-fish/theme-bobthefish][bobthefish]] *** Package Manager - [[https://github.com/oh-my-fish/oh-my-fish][oh-my-fish]] *** Packages - [[https://github.com/patrickf3139/Colored-Man-Pages][colored-man-pages]] - [[https://github.com/oh-my-fish/plugin-extract][extract]] - [[https://github.com/jethrokuan/fzf][fzf]] - [[https://github.com/oh-my-fish/plugin-gi][gi]] - [[https://github.com/oh-my-fish/plugin-git-flow][git-flow]] - [[https://github.com/oh-my-fish/plugin-sudope.git][sudope]] - [[https://github.com/oh-my-fish/plugin-wttr][wttr]] * Neovim ** Theme - [[https://github.com/gruvbox-community/gruvbox-][gruvbox]] ** Plugin Manager - [[https://github.com/junegunn/vim-plug][vim-plug]] ** Plugins *** General - [[https://github.com/bling/vim-bufferline][bling/vim-bufferline]] - [[https://github.com/ctrlpvim/ctrlp.vim][ctrlp/ctrlp.vim]] - [[https://github.com/farmergreg/vim-lastplace][farmergreg/vim-lastplace]] -[[https://github.com/junegunn/fzf][ junegunn/fzf]] - [[https://github.com/justinmk/vim-sneak][justinmk/vim-sneak]] - [[https://github.com/mbbill/undotree][mbbill/undotree]] - [[https://github.com/mhinz/vim-signify][mhinz/vim-signify]] - [[https://github.com/myusuf3/numbers.vim][myusuf3/numbers.vim]] - [[https://github.com/preservim/nerdtree][preservim/nerdtree]] - [[https://github.com/rhysd/conflict-marker.vim][rhysd/conflict-marker.vim]] - [[https://github.com/terryma/vim-multiple-cursors][terryma/vim-multiple-cursors]] - [[https://github.com/tpope/vim-abolish][tpope/vim-abolish]] - [[https://github.com/tpope/vim-surround][tpope/vim-surround]] - [[https://github.com/vim-airline/vim-airline][vim-airline/vim-airline]] *** Programming - [[https://github.com/airblade/vim-gitgutter][airblade/vim-gitgutter]] - [[https://github.com/dense-analysis/ale][dense-analysis/ale]] - [[https://github.com/godlygeek/tabular][godlygeek/tabular]] - [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]] - [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]] - [[https://github.com/sheerun/vim-polyglot][sheerun/vim-polyglot]] - [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]] - [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]] -[[https://github.com/Yggdroot/indentLine][ Yggdroot/indentLine]] *** UI - [[https://github.com/morhetz/gruvbox][morhetz/gruvbox]] - [[https://github.com/ryanoasis/vim-devicons][ryanoasis/vim-devicons]] * Configuration ** Installation #+BEGIN_SRC shell ./install #+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]].