Initial Commit

This commit is contained in:
2019-01-31 09:41:03 +01:00
commit 80113fd633
25 changed files with 18206 additions and 0 deletions

65
awesome/emacs.org Normal file
View File

@@ -0,0 +1,65 @@
#+TITLE: Awesome Emacs
* Other Awesome Emacs
https://github.com/emacs-tw/awesome-emacs
https://github.com/dakrone/eos
* Distributions
https://github.com/hlissner/doom-emacs
https://github.com/ralesi/spacemacs.org
* General
https://github.com/chrisdone/elisp-guide
https://github.com/melpa/melpa
https://github.com/jwiegley/use-package
* Packages
https://github.com/company-mode/company-mode
https://github.com/emacs-evil/evil
https://github.com/syl20bnr/spacemacs
https://github.com/magit/magit
https://github.com/jaypei/emacs-neotree
https://github.com/abo-abo/swiper
https://github.com/joaotavora/yasnippet
https://github.com/politza/pdf-tools
https://github.com/jkitchin/scimax
https://github.com/jkitchin/org-ref
https://github.com/weirdNox/org-noter
https://github.com/abo-abo/avy
https://github.com/bbatsov/projectile
https://github.com/emacs-helm/helm
https://github.com/redguardtoo/evil-matchit
https://github.com/kiwanami/emacs-calfw
https://github.com/ch11ng/exwm
https://github.com/yuya373/emacs-slack
https://github.com/rudolfochrist/interleave
https://github.com/jwiegley/alert
https://github.com/nashamri/academic-phrases
https://github.com/vermiculus/magithub
https://github.com/auto-complete/auto-complete
https://github.com/Fuco1/smartparens
https://github.com/Alexander-Miller/treemacs
https://github.com/rexim/org-cliplink
https://github.com/abo-abo/org-download
https://github.com/jsinglet/latex-preview-pane
https://github.com/noctuid/evil-guide
https://github.com/linktohack/ox-latex-subfigure
https://github.com/Wilfred/ag.el
https://github.com/dengste/org-caldav
https://github.com/tmalsburg/helm-bibtex
https://github.com/pronobis/matlab-mode
https://github.com/yuhonglin/matlab-mode
https://github.com/Chobbes/org-chef
https://github.com/fuxialexander/emacs-webkit-katex-render
https://github.com/myuhe/org-gcal.el
https://github.com/emacs-evil/evil-collection
* Theme
https://github.com/greduan/emacs-theme-gruvbox
* Org Mode
https://github.com/fniessen/org-html-themes
https://github.com/astahlman/ob-async
https://github.com/bastibe/org-journal
https://github.com/alphapapa/org-super-agenda
https://github.com/hagmonk/org-kanban

54
awesome/latex.org Normal file
View File

@@ -0,0 +1,54 @@
#+TITLE: Awesome LaTeX
* Other Awezome LaTeX
https://github.com/cmichi/latex-template-collection
https://github.com/latex3/latex3
https://github.com/egeerardyn/awesome-LaTeX
https://github.com/simonharrer/latex-best-practices
https://github.com/dspinellis/latex-advice
* Learn LaTeX
https://www.youtube.com/user/AlainOlivetti/playlists
* Tools
https://tectonic-typesetting.github.io/en-US/
https://github.com/gpoore/minted
* Theme/class
https://github.com/derric/cleanthesis
https://github.com/tdehaeze/clean-latex-template
https://github.com/deedy/Deedy-Resume
https://github.com/deselaers/latex-beamerposter
* Beamer
https://github.com/josephwright/beamer
** Theme
https://github.com/matze/mtheme
https://github.com/martinbjeldbak/ultimate-beamer-theme-list
* Tikz
https://github.com/walmes/Tikz
https://github.com/xiaohanyu/awesome-tikz
https://github.com/circuitikz/circuitikz
https://github.com/cbersch/pst-optexp
https://github.com/hackl/TikZ-StructuralAnalysis
https://github.com/fhackenberger/ktikz
* Packages
https://github.com/T-F-S/tcolorbox
* Math
** Make arrows with text above and bellow
https://tex.stackexchange.com/questions/103988/rightarrow-with-text-above-it
#+BEGIN_SRC latex
\documentclass{article}
\usepackage{mathtools}
\begin{document}
$\xrightarrow[\text{world}]{\text{hello}}$
$\xRightarrow[\text{world}]{\text{hello}}$
$\xrightarrow[g(x)]{f(x)}$
$\xRightarrow[g(x)]{f(x)}$
\end{document}
#+END_SRC

73
awesome/vim.org Normal file
View File

@@ -0,0 +1,73 @@
#+TITLE: Awesome Vim
* Other Awesome Vim
https://github.com/akrawchyk/awesome-vim
* Distribution
https://github.com/SpaceVim/SpaceVim
* Packages
https://github.com/metakirby5/codi.vim
https://github.com/SirVer/ultisnips
https://github.com/fatih/vim-go
https://github.com/junegunn/fzf.vim
https://github.com/junegunn/goyo.vim
https://github.com/junegunn/vim-easy-align
https://github.com/tpope/vim-obsession
https://github.com/itchyny/lightline.vim
https://github.com/christoomey/vim-tmux-navigator
https://github.com/Valloric/YouCompleteMe
https://github.com/tpope/vim-dispatch
https://github.com/jpalardy/vim-slime
https://github.com/Shougo/deoplete.nvim
https://github.com/justinmk/vim-sneak
https://github.com/sheerun/vim-polyglot
https://github.com/tommcdo/vim-exchange
https://github.com/tpope/vim-commentary
https://github.com/neomake/neomake
https://github.com/honza/vim-snippets
https://github.com/kassio/neoterm
https://github.com/Shougo/vimfiler.vim
https://github.com/tpope/vim-abolish
https://github.com/zchee/deoplete-jedi
https://github.com/Rip-Rip/clang_complete
https://github.com/jiangmiao/auto-pairs
https://github.com/majutsushi/tagbar
https://github.com/vim-scripts/a.vim
https://github.com/mhinz/vim-startify
https://github.com/dkprice/vim-easygrep
https://github.com/tpope/vim-vinegar
https://github.com/jceb/vim-orgmode
https://github.com/plasticboy/vim-markdown
https://github.com/AndrewRadev/splitjoin.vim
https://github.com/tpope/vim-surround
https://github.com/mhinz/vim-signify
https://github.com/mhinz/vim-grepper
https://github.com/itchyny/calendar.vim
https://github.com/maxbrunsfeld/vim-yankstack
https://github.com/brooth/far.vim
https://github.com/JamshedVesuna/vim-markdown-preview
https://github.com/sjl/gundo.vim
https://github.com/wincent/terminus
https://github.com/sbdchd/neoformat
https://github.com/ntpeters/vim-better-whitespace
https://github.com/tpope/vim-eunuch
https://github.com/w0rp/ale
https://github.com/Shougo/denite.nvim
https://github.com/haya14busa/is.vim
https://github.com/Olical/vim-enmasse
https://github.com/wincent/loupe
https://github.com/daeyun/vim-matlab
https://github.com/cknadler/vim-anywhere
https://github.com/szymonmaszke/vimpyter
https://github.com/tpope/vim-dadbod
https://github.com/urbainvaes/vim-remembrall
https://github.com/junegunn/vim-peekaboo
https://github.com/liuchengxu/vim-which-key
https://github.com/easymotion/vim-easymotion
https://github.com/chrisbra/NrrwRgn
* Themes
https://github.com/jacoborus/tender.vim
https://github.com/mhartington/oceanic-next
https://github.com/morhetz/gruvbox