Skip to content

Instantly share code, notes, and snippets.

View walker-zheng's full-sized avatar
:electron:
I may be slow to respond.

walker-zheng walker-zheng

:electron:
I may be slow to respond.
View GitHub Profile
@walker-zheng
walker-zheng / .vimrc
Created May 7, 2018 06:11 — forked from rocarvaj/.vimrc
Minimal .vimrc for C/C++ developers
" VIM Configuration File
" Description: Optimized for C/C++ development, but useful also for other things.
" Author: Gerhard Gappmeier
"
" set UTF-8 encoding
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
" disable vi compatibility (emulation of old bugs)
@walker-zheng
walker-zheng / gist:7096468ada430d21e1341c928e13f7bd
Created May 22, 2017 07:09 — forked from samhocevar/gist:00eec26d9e9988d080ac
Configure sshd on MSYS2 and run it as a Windows service
#!/bin/sh
#
# msys2-sshd-setup.sh — configure sshd on MSYS2 and run it as a Windows service
#
# Please report issues and/or improvements to Sam Hocevar <sam@hocevar.net>
#
# Prerequisites:
# — MSYS2 itself: http://sourceforge.net/projects/msys2/
# — admin tools: pacman -S openssh cygrunsrv mingw-w64-x86_64-editrights
#
@walker-zheng
walker-zheng / script.sh
Created April 26, 2013 16:46
windows settings
VBoxHeadless --startvm "opensuse"
WinHide ahk_class Shell_TrayWnd
WinHide ahk_class NotifyIconOverflowWindow