Install dependencies:
npm install @capacitor/{core,cli,ios,android}
Add capacitor config:
import { CapacitorConfig } from '@capacitor/cli';
type Tile = number; | |
type TileOrientation = 0 | 90 | 180 | 270; | |
export type TileMapping = Record<number, number>; | |
type Coordinates = [number, number]; | |
enum DirectionKeys { | |
UP = 'UP', | |
DOWN = 'DOWN', | |
LEFT = 'LEFT', |
colorscheme molokai | |
let g:molokai_original = 1 | |
syntax on | |
set number | |
set wrap | |
set textwidth=79 | |
set formatoptions=tcqrn1 |
resetAndOpen(){ | |
git switch main --discard-changes | |
git reset --hard | |
git clean -fd | |
code . | |
} | |
createGitRepo(){ | |
read -q "REPLY?Are you sure you want to share this publicly? " | |
echo |
Install dependencies:
npm install @capacitor/{core,cli,ios,android}
Add capacitor config:
import { CapacitorConfig } from '@capacitor/cli';
cask_args appdir: "/Applications" | |
# Tap Homebrew | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/cask-versions" | |
tap "homebrew/core" | |
tap "homebrew/services" |