#+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]] - [[#applications][Applications]] - [[#lsp-backends][LSP Backends]] - [[#configured-applications][Configured Applications]] - [[#fish][Fish]] - [[#theme][Theme]] - [[#package-manager][Package Manager]] - [[#packages][Packages]] - [[#neovim][Neovim]] - [[#theme-1][Theme]] - [[#plugin-manager][Plugin Manager]] - [[#plugins][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 ** Applications - [[https://github.com/sharkdp/bat][bat]] - [[https://brave.com/][brave]] - [[https://github.com/baskerville/bspwm][bspwm]] - [[https://the.exa.website/][exa]] - [[https://github.com/junegunn/fzf][fzf]] - [[https://git-scm.com/][git]] - [[https://github.com/cylgom/ly][Ly]] - [[https://github.com/dylanaraps/pywal][pywal]] - [[http://www.gnu.org/software/stow/][stow]] - [[https://www.python.org/][Python]] - [[https://fishshell.com/][fish]] - [[https://github.com/baskerville/sxhkd][sxhkd]] - [[https://github.com/stoeckmann/xwallpaper][xwallpaper]] ** LSP Backends - [[https://github.com/mads-hartmann/bash-language-server][bash-language-server]] - [[https://github.com/MaskRay/ccls][ccls]] - [[https://github.com/felixfbecker/php-language-server][php-language-server]] - [[https://github.com/Microsoft/python-language-server][python-language-server]] - [[https://github.com/theia-ide/typescript-language-server][typescript-language-server]] - [[https://github.com/vscode-langservers/vscode-css-languageserver][vscode-css-languageserver]] - [[https://github.com/vscode-langservers/vscode-html-languageserver][vscode-html-languageserver]] - [[https://github.com/bmewburn/vscode-intelephense][vscode-intelephense]] * Configured Applications - [[https://github.com/alacritty/][alacritty]] - [[https://github.com/baskerville/bspwm][bspwm]] - [[https://github.com/hlissner/doom-emacs][Doom Emacs]] - [[https://firejail.wordpress.com/][firejail]] - [[https://fishshell.com/][fish]] - [[https://git-scm.com/][git]] - [[https://gnupg.org/][gnupg]] - [[https://www.gtk.org/][gtk]] - [[https://github.com/gokcehan/lf][lf]] - [[https://github.com/phuhl/linux_notification_center][Lintux Notification Center]] - [[https://www.musicpd.org/][mpd]] - [[https://neomutt.org/][neomutt]] - [[https://neovim.io/][neovim]] - [[https://github.com/yshui/picom][picom]] - [[https://github.com/doronbehar/pistol][pistol]] - [[http://jonls.dk/redshift/][redshift]] - [[https://github.com/baskerville/sxhkd][sxhkd]] - [[https://tmux.github.io/][tmux]] - [[https://vifm.info/][vifm]] - [[https://weechat.org/][weechat]] * 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/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]]. # LocalWords: Neovim