- Install fish via Brew
- Optionally install Oh My Fish!
- Add fish to known shells
- Set default shell to fish
brew install fish
curl -L https://get.oh-my.fish | fish| type FleetVehicle interface { | |
| MakeAndModel() string | |
| } | |
| type Vehicle struct { | |
| Type string `json:"type"` | |
| Make string `json:"make"` | |
| Model string `json:"model"` | |
| } |
| Copyright (c) 2019 DoorDash | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: | |
| The above copyright notice and this permission notice shall be included in all |
| CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french ); | |
| ALTER TEXT SEARCH CONFIGURATION fr ALTER MAPPING | |
| FOR hword, hword_part, word WITH unaccent, french_stem; | |
| CREATE TEXT SEARCH CONFIGURATION en ( COPY = english ); | |
| ALTER TEXT SEARCH CONFIGURATION en ALTER MAPPING | |
| FOR hword, hword_part, word WITH unaccent, english_stem; | |
| CREATE TEXT SEARCH CONFIGURATION de ( COPY = german ); | |
| ALTER TEXT SEARCH CONFIGURATION de ALTER MAPPING |
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "github.com/google/uuid" | |
| "gopkg.in/oauth2.v3/models" | |
| "log" | |
| "net/http" | |
| "time" |
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: admin-user | |
| namespace: kube-system | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1beta1 | |
| kind: ClusterRoleBinding | |
| metadata: | |
| name: admin-user |
brew install fish
curl -L https://get.oh-my.fish | fish| { | |
| "fantasy-name": "Restaurant fantasy name", | |
| "company name": "Restaurant company name", | |
| "logo": "Restaurant logo", | |
| "CNPJ": "Restaurant CNPJ", | |
| "phone": "Restaurant phone", | |
| "telephone": "Restaurant telephone", | |
| "website": "Restaurant website", | |
| "category": [ | |
| "Fast Food", |