Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kevbost's full-sized avatar
💭
$> yes

Kevin Bost kevbost

💭
$> yes
View GitHub Profile
@kevbost
kevbost / .bash_profile
Last active June 27, 2016 00:41
Con Emu .bash_profile - Windows
# Normal Colors
Black='\e[0;30m' # Black
Red='\e[0;31m' # Red
Green='\e[0;32m' # Green
Yellow='\e[0;33m' # Yellow
Blue='\e[0;34m' # Blue
Purple='\e[0;35m' # Purple
Cyan='\e[0;36m' # Cyan
White='\e[0;37m' # White
@kevbost
kevbost / Preferences.sublime-settings
Last active June 27, 2016 00:49
Sublime Text 3 - Preferences Windows
{
"added_words":
[
"pageable",
"pre",
"inline",
"draggable",
"preconfigured",
"chucknorris",
"lightgoldenrodyellow",
@kevbost
kevbost / cloudSettings
Last active July 24, 2020 15:44
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-07-24T15:44:28.546Z","extensionVersion":"v3.4.3"}
@kevbost
kevbost / .zshrc
Last active March 14, 2022 14:10
.oh-my-zsh - My configuration files for OSX
# PATH
# You'll probably need some other path stuff, put it here
# export PATH="$HOME/cool/path:/another/neat/path:$PATH"
# Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh
# Zsh Theme
ZSH_THEME="nebirhos" # $ZSH/custom/themes/FILE_NAME.zsh-theme
@kevbost
kevbost / .zshrc_WSL
Last active May 19, 2022 15:24
Personal ~/.zshrc file for Windows Subsystem Linux (WSL) (LSSW)
# DEFAULT .ZSHRC FILE CAN BE FOUND HERE
# https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
# ys is my personal favorite
# ZSH_THEME="ys"
ZSH_THEME="rkj"
@kevbost
kevbost / WSL Install Guide.md
Created January 25, 2018 19:21
WSL Install Guide Windows

Ubuntu

Windows Subsystem for Linux [Very Easy Installation]

  1. https://msdn.microsoft.com/commandline/wsl/install_guide
    • [Follow instructions carefully and remember your password]
    • [it will prompt for password]
    • [password will not appear while you type, just push enter when finished]
  2. Open "Bash on Ubuntu on Windows"
  3. Run the commands formatted as code separately
  • (they will take a while to complete)
@kevbost
kevbost / deleted_file_diff.md
Last active December 21, 2023 02:25
Shell script to run git diff against a deleted and added file after a rename
/* eslint-disable no-var,newline-before-return */
var removeDuplicates = true
/**
* This function should work for any instagram post.
* Use it by opening Chrome's javascript console and pasting all of this code. (see link below)
* https://developers.google.com/web/tools/chrome-devtools/console/
*
* All comments are not immediately visible. This will automatically click the "show more" button for you.
* It could take some time depending on how many comments there are.