#+TITLE: Dotfiles #+DATE: February 4, 2020 #+SINCE: {replace with next tagged release version} #+STARTUP: inlineimages nofold * 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]] - [[#neovim][Neovim]] - [[#theme-1][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 configuration files. ** Maintainers + [[https://github.com/alrayyes][@alrayyes]] * Prerequisites - [[http://www.gnu.org/software/stow/][stow]] - [[https://www.python.org/][Python]] * Configured Applications - [[https://github.com/alacritty/][alacritty]] - [[https://brave.com/][brave]] - [[https://github.com/baskerville/bspwm][bspwm]] - [[https://github.com/hlissner/doom-emacs][Doom Emacs]] - [[https://dunst-project.org/][dunst]] - [[https://the.exa.website/][exa]] - [[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]] - [[https://github.com/baskerville/sxhkd][sxhkd]] - [[https://tmux.github.io/][tmux]] - [[https://vifm.info/][vifm]] - [[https://weechat.org/][weechat]] - [[https://github.com/freedesktop/xcompmgr][xcompmgr]] - [[https://github.com/stoeckmann/xwallpaper][xwallpaper]] * 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]] * Neovim ** Theme - [[https://github.com/morhetz/gruvbox][gruvbox]] ** Plugin Manager - [[https://github.com/junegunn/vim-plug][vim-plug]] ** Plugins *** General - [[https://github.com/bling/vim-bufferline][bling/vim-bufferline]] - [[easymotion/vim-easymotion]] - [[https://github.com/farmergreg/vim-lastplace][farmergreg/vim-lastplace]] - [[https://github.com/jiangmiao/auto-pairs][jiangmiao/auto-pairs]] - [[https://github.com/kien/ctrlp.vim][kien/ctrlp.vim]] - [[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/nathanaelkane/vim-indent-guides][nathanaelkane/vim-indent-guides]] - [[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/autozimu/LanguageClient-neovim][autozimu/LanguageClient-neovim]] - [[https://github.com/godlygeek/tabular][godlygeek/tabular]] - [[https://github.com/majutsushi/tagbar][majutsushi/tagbar]] - [[https://github.com/preservim/nerdcommenter][preservim/nerdcommenter]] - [[https://github.com/Shougo/deoplete.nvim][Shougo/deoplete.nvim]] - [[https://github.com/tpope/vim-fugitive][tpope/vim-fugitive]] - [[https://github.com/Xuyuanp/nerdtree-git-plugin][Xuyuanp/nerdtree-git-plugin]] *** 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]].