1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00
server-dotfiles/README.org

136 lines
5.4 KiB
Org Mode
Raw Normal View History

#+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]]
2020-02-19 11:32:46 +00:00
- [[#fish][Fish]]
- [[#theme-1][Theme]]
- [[#package-manager][Package Manager]]
- [[#packages][Packages]]
2020-02-14 15:18:48 +00:00
- [[#neovim][Neovim]]
2020-02-19 11:32:46 +00:00
- [[#theme-2][Theme]]
2020-02-14 15:18:48 +00:00
- [[#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
2020-02-09 08:43:35 +00:00
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]]
2020-06-14 17:39:46 +00:00
- [[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]]
2020-06-14 17:39:46 +00:00
- [[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]]
2020-06-14 17:39:46 +00:00
- [[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]]
2020-02-19 11:32:46 +00:00
* 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]]
2020-02-14 15:18:48 +00:00
* Neovim
** Theme
2020-06-14 18:38:14 +00:00
- [[https://github.com/gruvbox-community/gruvbox][gruvbox]]
2020-02-14 15:18:48 +00:00
** Plugin Manager
- [[https://github.com/junegunn/vim-plug][vim-plug]]
** Plugins
*** General
- [[https://github.com/bling/vim-bufferline][bling/vim-bufferline]]
2020-06-14 17:39:46 +00:00
- [[https://github.com/ctrlpvim/ctrlp.vim][ctrlp/ctrlp.vim]]
- [[https://github.com/easymotion/vim-easymotion][easymotion/vim-easymotion]]
2020-02-14 15:18:48 +00:00
- [[https://github.com/farmergreg/vim-lastplace][farmergreg/vim-lastplace]]
- [[https://github.com/junegunn/fzf.vim][junegunn/fzf.vim]]
2020-02-14 15:18:48 +00:00
- [[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
2020-06-14 17:39:46 +00:00
- [[https://github.com/airblade/vim-gitgutter][airblade/vim-gitgutter]]
- [[https://github.com/alvan/vim-closetag][alvan/vim-closetag]]
2020-06-14 17:39:46 +00:00
- [[https://github.com/dense-analysis/ale][dense-analysis/ale]]
2020-02-14 15:18:48 +00:00
- [[https://github.com/godlygeek/tabular][godlygeek/tabular]]
- [[https://github.com/neoclide/coc.nvim][neoclice/coc.nvim]]
2020-02-14 15:18:48 +00:00
- [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]]
2020-06-14 17:39:46 +00:00
- [[https://github.com/RRethy/vim-hexokinase][RRethy/vim-hexokinase]]
- [[https://github.com/sheerun/vim-polyglot][sheerun/vim-polyglot]]
2020-02-14 15:18:48 +00:00
- [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]]
- [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]]
2020-06-14 17:39:46 +00:00
-[[https://github.com/Yggdroot/indentLine][ Yggdroot/indentLine]]
2020-02-14 15:18:48 +00:00
*** UI
- [[https://github.com/morhetz/gruvbox][morhetz/gruvbox]]
- [[https://github.com/ryanoasis/vim-devicons][ryanoasis/vim-devicons]]
* Configuration
** Installation
#+BEGIN_SRC shell
2020-02-14 15:18:48 +00:00
./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]].