Skip to content

Instantly share code, notes, and snippets.

@joypark
joypark / init.vim
Created August 27, 2019 06:58 — forked from danielmiessler/init.vim
My Neovim $VIMRC configuration file
" (Neo)Vim Configuration
" By Daniel Miessler
" August 2019
" BASIC CONFIGURATION
" Remap Escape
inoremap jk <ESC>
" Remap the leader key to the spacebar
@joypark
joypark / setup.sh
Created March 11, 2021 02:35 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install