Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Pierre-Mike's full-sized avatar
:octocat:
Coding

Pierre-Mike

:octocat:
Coding
  • Logic2020
  • France
  • 20:09 (UTC -12:00)
  • LinkedIn in/pmlmw
View GitHub Profile
gh auth login
repoUrls=($(gh repo list --json url | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*"))
for repoUrl in "${repoUrls[@]}"
do
gh repo clone "$repoUrl"
done
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "gh"
brew "git-flow-avh"
brew "node"
brew "node@16", link: true
brew "yarn"
cask "alfred"