This file contains hidden or 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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH=/usr/local/bin:/usr/local/sbin:${PATH} | |
export PATH=/usr/local/bin:/usr/local/sbin:${PATH} | |
export PATH=${PATH}:/Users/admin/Library/Python/3.7/bin | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/admin/.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, |
This file contains hidden or 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
const employeeRegions = [ | |
[ | |
{ | |
name: 'Mike', | |
age: 23, | |
title: 'engineer', | |
remote: false, | |
}, | |
{ | |
name: 'Liz', |
This file contains hidden or 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
Install brew `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" | |
` | |
Update/upgrade brew `brew update && brew upgrade && brew cleanup && brew doctor` | |
Install apps with graphical interface `brew cask install visiual-studio-code sourcetree authy lastpass google-chrome chromium firefox opera postman spectacle telegram punto-switcher flux iterm2 notion skype raindropio 1clipboard sizzy alfred bartender iina lulu kap figma` | |
Install packages `brew install yarn nvm ccat tree github/gh/gh` | |
Create nvm dir `mkdir ~/.nvm` and export NVM paths in zshrc | |
Install ohmyzsh `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` | |
Install ohmyzsh plugins: | |
- zsh-completions `git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions` | |
- zsh-syntax-highlighting `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlig |
This file contains hidden or 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
$spacing-properties: ( | |
"padding": "padding", | |
"margin": "margin", | |
) !default; | |
$spacing-directions: ( | |
null: null, | |
"-top": "-top", | |
"-right": "-right", | |
"-bottom": "-bottom", |
OlderNewer