Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

term-awesome


https://github.com/L-Eli/term-awesome

  • iTerm2
  • Nord Iterm2 color scheme
  • Nerd Font
  • iTerm2
  • Z-shell (zsh)
  • tmux - like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a single window.
  • neovim
  • git
  • python
  • node.js
  • ack
  • `oh-my-zsh` - Is a delightful, open source, community-driven framework for managing your zsh configuration.
  • `zsh-autosuggestions` - Suggests commands as you type based on history and completions.
  • `zsh-syntax-highlighting` - Fish shell liked syntax highlighting for zsh.
  • `powerlevel9k` - Is a theme for zsh. It's highly customizable and beautiful...
  • `oh-my-tmux` - Self-contained, pretty and versatile `.tmux.conf` configuration file. You can also made it by yourself.
  • vim-plug
  • `nerdtree` - A tree explorer plugin for vim. It opened automatically when you open the project without assign any files. You can use `ctrl` + `a` to toggle it.
  • `nerdcommenter` - A plugin that allows for easy commenting of code for many filetypes. I use `ctrl + /` as my shortcut.
  • `syntastic` - Automatic syntax checking for vim.
  • `tagbar` - Displays tags in a window. It also opened automatically when you open the project without assign any files. You can toggle it with `ctrl + t` to toggle it.
  • `vim-airline` - Is a powerful status and tab line for Vim. There're some shortcuts you can manipulate current tab:
  • `auto-pairs` - Insert or delete brackets, parens, quotes in pair.
  • `ctrlp.vim` - Full path fuzzy file, buffer, mru, tag, ... finder for Vim.
  • `supertab` - Perform all your vim insert mode completions with Tab.
  • vim-multiple-cursors` - Multiple selections for Vim.
  • `vim-move` - Move lines and selections up and down. I use `ctrl + j` & `ctrl + k` to munipulate the line(s) in visual mode.
  • `vim-devicons` - It adds file type icons to Vim plugins. It works with patched font like `nerd font`. That's why I pin it as `prerequisite` above.
  • `vim-nerdtree-syntax-highlight` - Extra syntax and highlight for nerdtree files.
  • `coc.nvim` - Intellisense engine for vim8 & neovim, full language server protocol support as VSCode!
  • `ack.vim` - Run ack search tool from Vim. Just use `ctrl + a` and type the word or pattern which you want to search for.
  • `nord-vim` - My theme of vim.
  • `vim-gitgutter` - Shows a git diff in the gutter.
  • `vim-fugitive` - A Git wrapper. It shows over airline by the way.
  • `nvim-yarp` - Yet Another Remote Plugin Framework for Neovim.
  • `emmet-vim` - Emmet is a plugin which greatly improves HTML & CSS workflow.
  • `html5.vim` - HTML5 omnicomplete and syntax.
  • `vim-closetag` - Auto close (X)HTML tags.
  • `vim-css-color` - Preview colours in source code.