Skip to content

Instantly share code, notes, and snippets.

@iamskok
iamskok / .zshrc
Created June 10, 2020 01:38
My .zshrc
# 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,
const employeeRegions = [
[
{
name: 'Mike',
age: 23,
title: 'engineer',
remote: false,
},
{
name: 'Liz',
@iamskok
iamskok / gist:58fac9f48bdfb47a82283ddcef9269de
Last active February 26, 2024 04:24
MacOS development setup
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
@iamskok
iamskok / input.scss
Last active June 29, 2022 14:58
Generated by SassMeister.com.
$spacing-properties: (
"padding": "padding",
"margin": "margin",
) !default;
$spacing-directions: (
null: null,
"-top": "-top",
"-right": "-right",
"-bottom": "-bottom",