sh ./scripts/diff_deleted_file.sh ./fileName.js ./fileName.ts [commit_from_deletion] [--prettier] | pbcopy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-07-24T15:44:28.546Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
- 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]
- Open "Bash on Ubuntu on Windows"
- Run the commands formatted as code separately
- (they will take a while to complete)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"added_words": | |
[ | |
"pageable", | |
"pre", | |
"inline", | |
"draggable", | |
"preconfigured", | |
"chucknorris", | |
"lightgoldenrodyellow", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |