Skip to content

Instantly share code, notes, and snippets.

@sysang
Last active October 4, 2021 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sysang/5d1b02412f596edab5352c2e08a81526 to your computer and use it in GitHub Desktop.
Save sysang/5d1b02412f596edab5352c2e08a81526 to your computer and use it in GitHub Desktop.
Awesome Git repositories: dotfiles, jupyter, neovim, ssh, zsh, utility

VIM

https://github.com/vim-awesome/vim-awesome

https://github.com/lambdalisue/dotfiles - dotfiles

https://github.com/rafi/vim-config - Lean mean (Neo)Vim machine, carefully crafted with ❤️ Use with latest Neovim or Vim 8

https://github.com/aaren/notedown - Markdown <=> IPython Notebook

https://github.com/altercation/solarized - Precision colors for machines and people

https://github.com/rockerBOO/awesome-neovim

Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. It has several unique properties. I designed this colorscheme with both precise CIELAB lightness relationships and a refined set of hues based on fixed color wheel relationships. It has been tested extensively in real world use on color calibrated displays (as well as uncalibrated/intentionally miscalibrated displays) and in a variety of lighting conditions.

https://github.com/rstacruz/cheatsheets - My cheatsheets https://devhints.io

https://github.com/rafi/awesome-vim-colorschemes - Collection of awesome color schemes for Neo/vim, merged for quick use.

https://github.com/ajmwagar/vim-deus - A better color scheme for the late night coder http://vimcolors.com/740/deus/dark

https://github.com/Shougo/defx.nvim - The dark powered file explorer implementation

https://github.com/yuki-ycino/fzf-preview.vim

fzf-preview is a Neovim plugin that provides collection of features to assist file management using fzf. It provides multiple presets of fzf and correspondingly powerful preview. This plugin can be easily extended in comparison to fzf.vim. e.g. Fugitive(launch git commands), bdelete(delete a selected buffer from the buffer list)

https://github.com/SpaceVim/SpaceVim - A community-driven modular vim distribution - The ultimate vim configuration, spacevim.org.

https://github.com/rogual/neovim-dot-app - Mac OS X GUI for Neovim.

https://github.com/mathiasbynens/dotfiles - 🔧 .files, including ~/.macos — sensible hacker defaults for macOS.

https://github.com/nicknisi/dotfiles - Welcome to my world. This is a collection of vim, tmux, and zsh configurations. Interested in a video walkthrough of the dotfiles? Check out my talk, vim + tmux.

https://github.com/nvim-telescope/telescope.nvim - telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core.
Telescope is centered around modularity, allowing for easy customization.

https://github.com/martanne/vis - A vi-like editor based on Plan 9's structural regular expressions. Vis aims to be a modern, legacy-free, simple yet efficient editor, combining the strengths of both vi(m) and sam.

https://github.com/NvChad/NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast.

https://github.com/nanotee/nvim-lua-guide - A guide to using Lua in Neovim.

https://github.com/hrsh7th/nvim-cmp - A completion plugin for neovim coded in Lua.

CODING

https://github.com/pomber/git-history - Quickly browse the history of a file from any git repository.

https://github.com/conwnet/github1s - One second to read GitHub code with VS Code.

NETWORK

https://github.com/xtaci/kcptun

kcptun is a remote port forwarding tool by converting TCP stream into UDP stream in KCP protocol, in order to achieve higher throughput or lower latency with rich tuneable options. High-speed remote port forwarding based (tunnel) on kcp-go, with ssh-D, it allows smoother online video viewing than finalspeed.

https://github.com/moul/awesome-ssh

OTHERS

https://github.com/jcampbell1/simple-file-manager - A Simple PHP file manager. The code is a single php file

https://github.com/buger/goreplay - GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence…

https://github.com/jmacdonald/amp

Heavily inspired by Vi/Vim. Amp aims to take the core interaction model of Vim, simplify it, and bundle in the essential features required for a modern text editor. Written with in Rust. Amp's internals (data structures, syntax highlighting, workspace management, etc.) have been built as a separate crate: scribe.

https://github.com/jekyll/jekyll

Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories. https://github.com/learnbyexample/Command-line-text-processing - Learn about various commands available for common and exotic text processing needs https://github.com/sharkdp/fd - A simple, fast and user-friendly alternative to 'find'

https://github.com/fcwu/docker-ubuntu-vnc-desktop - A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.

https://github.com/jgm/pandoc - Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

https://github.com/dundee/gdu - Disk usage analyzer with console interface written in Go

https://github.com/ibraheemdev/modern-unix - A collection of modern/faster/saner alternatives to common unix commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment