diff --git a/.github/.gitignore b/.github/.gitignore
index 934603b6..5b6baaf7 100755
--- a/.github/.gitignore
+++ b/.github/.gitignore
@@ -34,6 +34,7 @@ Numerous always-ignore extensions
# OS or Editor folders
.DS_Store
+*.DS_Store
._*
Thumbs.db
.cache
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 70a3679d..a3375a1b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -2,7 +2,7 @@
> To get started...
-- ๐ด Fork this repo [here](https://github.com/FrancesCoronel/dotfiles#fork-destination-box)
+- ๐ด Fork this repo [here](https://github.com/FrancesCoronel/dotfiles/fork)
- ๐จ Hack away
- ๐ฅ Add yourself as a contributor under credits
- ๐ง Make a pull request [here](https://github.com/FrancesCoronel/dotfiles/compare)
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f299484d..b1281984 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,98 +1,4 @@
-// Place your settings in this file to overwrite the default settings
{
- "cSpell.userWords": [
- "Airtable",
- "Anywho",
- "Appt",
- "Aslan",
- "Behance",
- "Blockquotes",
- "Bullseye",
- "CFPs",
- "Changelog",
- "Codecademy",
- "Codelabs",
- "Coronel",
- "Cproductions",
- "Customizations",
- "Entprenurship",
- "FVCproductions",
- "GIFs",
- "Grammarly",
- "HBCUs",
- "Hindsights",
- "ISLC",
- "Kapor",
- "Latinas",
- "Latinx",
- "Leaderboard",
- "Meetups",
- "Ohana",
- "PWAs",
- "Repo",
- "Roboto",
- "Scalability",
- "Simba",
- "Techqueria",
- "Theming",
- "Thinkful",
- "Thinkful's",
- "Truthy",
- "Udacity",
- "Unsubscriber",
- "Waitlist",
- "Wordpress",
- "bootcamp",
- "bootcamps",
- "dropdown",
- "embedly",
- "endfor",
- "ethnicities",
- "fullstack",
- "fvcproductions",
- "hackathon",
- "hackathons",
- "headshot",
- "heartedly",
- "imgtype",
- "impactful",
- "infographic",
- "informatics",
- "intersectionality",
- "interwebs",
- "kpaths",
- "lightgallery",
- "markdownlint",
- "mentorship",
- "mentorships",
- "nanotech",
- "nother",
- "permalink",
- "preprocessors",
- "primeng",
- "prototyped",
- "repos",
- "schooler",
- "scrollbar",
- "shittiness",
- "transformative",
- "twemoji",
- "underserved"
- ],
- "files.associations": {
- "*.html": "html"
- },
- "editor.codeActionsOnSave": {
- "source.fixAll": true
- },
- "files.exclude": {
- "**/bower_components": true,
- "**/jspm_packages": true,
- "**/node_modules": true
- },
- "files.watcherExclude": {
- "**/node_modules/": true
- },
"markdownlint.config": {
"ol-prefix": {
"style": "ordered"
@@ -109,94 +15,11 @@
"no-trailing-punctuation": false,
"ul-indent": false
},
- "[html]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[markdown]": {
- "editor.defaultFormatter": "yzhang.markdown-all-in-one"
- },
- "[typescript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[scss]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "auto-close-tag.enableAutoCloseTag": true,
- "breadcrumbs.enabled": true,
- "cSpell.enabled": false,
- "editor.cursorWidth": 3,
- "editor.detectIndentation": false,
- "editor.fontFamily": "'Input Mono', 'Roboto Mono', Menlo, Consolas, monospace",
- "editor.fontLigatures": false,
- "editor.fontSize": 18,
- "editor.formatOnPaste": true,
- "editor.formatOnSave": true,
"editor.insertSpaces": true,
- "editor.minimap.enabled": false,
- "editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "boundary",
- "editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"editor.wordWrap": "on",
- "explorer.confirmDelete": false,
- "explorer.confirmDragAndDrop": false,
- "explorer.decorations.colors": false,
- "extensions.ignoreRecommendations": true,
- "files.trimTrailingWhitespace": true,
- "git.autofetch": true,
- "git.confirmSync": false,
- "git.enableSmartCommit": true,
- "html.format.wrapLineLength": 0,
- "javascript.updateImportsOnFileMove.enabled": "always",
"markdown.extension.preview.autoShowPreviewToSide": false,
"markdown.extension.toc.levels": "2..6",
- "markdown.preview.fontFamily": "BlinkMacSystemFont,-apple-system,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif",
- "markdown.trace": "verbose",
- "markdownlint.run": "onSave",
- "sync.autoDownload": false,
- "sync.autoUpload": true,
- "sync.forceDownload": false,
- "sync.gist": "42f14d19392a50ae6fd03feae51ed1de",
- "sync.quietSync": true,
- "sync.removeExtensions": true,
- "sync.syncExtensions": true,
- "terminal.external.osxExec": "iTerm.app",
- "terminal.integrated.defaultProfile.osx": "zsh",
- "terminal.integrated.fontSize": 18,
- "terminal.integrated.lineHeight": 1,
- "workbench.editor.enablePreview": false,
- "workbench.editor.enablePreviewFromQuickOpen": false,
- "workbench.iconTheme": "material-icon-theme",
- "workbench.settings.editor": "json",
- "workbench.settings.enableNaturalLanguageSearch": false,
- "editor.inlineSuggest.enabled": true,
- "redhat.telemetry.enabled": true,
- "github.copilot.enable": {
- "*": true,
- "yaml": true,
- "plaintext": false,
- "markdown": false
- },
- "typescript.updateImportsOnFileMove.enabled": "always",
- "[css]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[json]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "[typescriptreact]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "window.autoDetectColorScheme": true,
- "workbench.preferredLightColorTheme": "GitHub Light",
- "workbench.preferredDarkColorTheme": "GitHub Dark Default",
- "workbench.colorTheme": "GitHub Light",
- "[javascript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode"
- },
- "githubPullRequests.pullBranch": "never",
- "[njk]": {
- "editor.defaultFormatter": "eseom.nunjucks-template"
- },
- "window.zoomLevel": 0
+ "markdownlint.run": "onSave"
}
diff --git a/README.md b/README.md
index 28b95909..5daf30bb 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
>
> Background photo from [Unsplash](https://unsplash.com/).
-![Showcase](https://i.imgur.com/ErIiC3v.png)
+![Showcase](https://i.imgur.com/CSfpCwp.png)
- [Installation](#installation)
- [Customizations](#customizations)
@@ -35,9 +35,10 @@
- [Hyper](#hyper)
- [iTerm 2](#iterm-2)
- [Terminal](#terminal)
+ - [Warp (Primary)](#warp-primary)
- [Tracking](#tracking)
- [Visual Studio Code Editor](#visual-studio-code-editor)
- - [Open with Terminal](#open-with-terminal)
+ - [Code Command in Path](#code-command-in-path)
- [Visual Studio Code Extensions](#visual-studio-code-extensions)
- [Theming](#theming)
- [Usage](#usage)
@@ -52,12 +53,12 @@ The `sudo` command is necessary for Homebrew to be installed and for some others
```bash
# Download latest version from Github
-curl -L -O https://github.com/FrancesCoronel/dotfiles/archive/8.0.zip
+curl -L -O https://github.com/FrancesCoronel/dotfiles/archive/9.0.zip
# Unzip the file and move to root
-unzip 8.0.zip
+unzip 9.0.zip
mv dotfiles-8.0 .dotfiles
-rm 8.0.zip
+rm 9.0.zip
# Run bootstrap!
sh ~/.dotfiles/bootstrap.sh
@@ -99,10 +100,12 @@ I use the [Irvue](https://leonspok.com/irvue/landing/) app to automatically gene
### Fonts
-- [Roboto](https://fonts.google.com/specimen/Roboto)
-- [Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono)
- [Hack](https://github.com/source-foundry/Hack)
- [Input](http://input.fontbureau.com/)
+- [Latina Essential](https://www.behance.net/gallery/51912641/Latina-Essential-Free?locale=en_US)
+- [MesloLGS](https://github.com/andreberg/Meslo-Font)
+- [Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono)
+- [Roboto](https://fonts.google.com/specimen/Roboto)
### Homebrew
@@ -110,8 +113,8 @@ These are listed in `bootstrap.sh`.
- [asciinema](https://asciinema.org/)
- [duti](http://duti.org/)
-- [git](https://git-scm.com/)
- [git-lfs](https://git-lfs.github.com/)
+- [git](https://git-scm.com/)
- [howdoi](https://github.com/gleitz/howdoi)
- [hugo](https://gohugo.io/)
- [libav](https://www.libav.org/)
@@ -124,7 +127,6 @@ These are listed in `bootstrap.sh`.
- [yarn](https://yarnpkg.com/en/)
- [youtube-dl](https://rg3.github.io/youtube-dl/)
- [zsh](http://www.zsh.org/)
-- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
### Screensaver
@@ -152,7 +154,7 @@ mv ~Dropbox/Code/dotfiles/bin/shell/hyper/hyper.config.js ~/.hyper.js
#### iTerm 2
-Set up sync folder in Preferences to `~/Dropbox/Code/dotfiles/bin/shell/iterm`.
+Set up sync folder in Preferences to `~/Dropbox/Code/dotfiles/bin/shell/iterm` under `General > Preferences`.
![iTerm 2](https://i.imgur.com/8XcQqsh.png)
@@ -162,6 +164,12 @@ Import `Materialize.terminal` profile from `~/Dropbox/Code/dotfiles/bin/shell/te
![Terminal](https://i.imgur.com/kaqt9BC.png)
+#### Warp (Primary)
+
+Don't have to do anything here except sign in after you install it.
+
+![Warp](https://i.imgur.com/EGSii5Y.png)
+
### Tracking
I use [WakaTime](https://wakatime.com/) with my [API key](https://wakatime.com/api-key) to track all the time spent across different platforms.
@@ -177,9 +185,9 @@ api_key = MY_API_KEY_GOES_HERE
I use Settings Sync to manage everything related to VS Code.
-#### Open with Terminal
+#### Code Command in Path
-Use `Shell Command: Install 'code' command in PATH`.
+Manually use `Shell Command: Install 'code' command in PATH`.
![Visual Studio Code](https://i.imgur.com/NBiUCtM.png)
@@ -197,18 +205,16 @@ The command below lists all extensions.
Accents are as follows in accordance to [Sublime Text 3 Material Theme](https://github.com/equinusocio/material-theme).
-![Lime](https://img.shields.io/badge/Lime-%237CB342-lightgrey.svg?colorB=7CB342) ![Purple](https://img.shields.io/badge/Purple-%23AB47BC-lightgrey.svg?colorB=AB47BC) ![Red](https://img.shields.io/badge/Red-%23E57373-lightgrey.svg?colorB=E57373) ![Red Orange](https://img.shields.io/badge/Red_Orange-%23F74A50-lightgrey.svg?colorB=F74A50) ![Orange](https://img.shields.io/badge/Orange-%23FF7042-lightgrey.svg?colorB=FF7042) ![Yellow](https://img.shields.io/badge/Yellow-%23FFA000-lightgrey.svg?colorB=FFA000) ![Indigo](https://img.shields.io/badge/Indigo-%235C6BC0-lightgrey.svg?colorB=5C6BC0) ![Pink](https://img.shields.io/badge/Pink-%23FF4081-lightgrey.svg?colorB=FF4081) ![Blue](https://img.shields.io/badge/Blue-%232979FF-lightgrey.svg?colorB=2979FF) ![Cyan](https://img.shields.io/badge/Cyan-%2300BCD4-lightgrey.svg?colorB=00BCD4)
-
-- Lime โย `#7CB342`
-- Purple โย `#AB47BC`
-- Red โย `#E57373`
-- Red orange โย `#F74A50`
-- Orange โย `#FF7042`
-- Yellow โย `#FFA000`
-- Indigo โย `#5C6BC0`
-- Pink โย `#FF4081`
-- Blue โย `#2979FF`
-- Cyan โย `#00BCD4`
+![Blue](https://img.shields.io/badge/Blue-%232979FF-lightgrey.svg?colorB=2979FF)
+![Cyan](https://img.shields.io/badge/Cyan-%2300BCD4-lightgrey.svg?colorB=00BCD4)
+![Indigo](https://img.shields.io/badge/Indigo-%235C6BC0-lightgrey.svg?colorB=5C6BC0)
+![Lime](https://img.shields.io/badge/Lime-%237CB342-lightgrey.svg?colorB=7CB342)
+![Orange](https://img.shields.io/badge/Orange-%23FF7042-lightgrey.svg?colorB=FF7042)
+![Pink](https://img.shields.io/badge/Pink-%23FF4081-lightgrey.svg?colorB=FF4081)
+![Purple](https://img.shields.io/badge/Purple-%23AB47BC-lightgrey.svg?colorB=AB47BC)
+![Red Orange](https://img.shields.io/badge/Red_Orange-%23F74A50-lightgrey.svg?colorB=F74A50)
+![Red](https://img.shields.io/badge/Red-%23E57373-lightgrey.svg?colorB=E57373)
+![Yellow](https://img.shields.io/badge/Yellow-%23FFA000-lightgrey.svg?colorB=FFA000)
## Usage
@@ -218,7 +224,7 @@ If you decide to utilize these configurations, please make sure to give me some
I'm very open to contributions so please feel free to
-1. ๐ด [Fork this repo](https://github.com/FrancesCoronel/dotfiles#fork-destination-box)
+1. ๐ด [Fork this repo](https://github.com/FrancesCoronel/dotfiles/fork)
2. ๐จ Follow the [contributing guidelines](CONTRIBUTING.md)
3. ๐ฅ Add yourself as a contributor under the Kudos section
4. ๐ง [Make a pull request](https://github.com/FrancesCoronel/dotfiles/compare)
@@ -238,15 +244,15 @@ More details can be found at this project's [code of conduct](CODE_OF_CONDUCT.md
### Kudos
+- [@agarrharr](https://github.com/agarrharr)
+- [@cowboy](https://github.com/cowboy/dotfiles/)
+- [@equinusocio](https://github.com/equinusocio)
- [@mathiasbynens](https://github.com/mathiasbynens/dotfiles)
- [@necolas](https://github.com/necolas/dotfiles)
-- [@cowboy](https://github.com/cowboy/dotfiles/)
-- [@ptb](https://github.com/ptb/Mac-OS-X-Lion-Setup)
- [@pongstr](https://twitter.com/pongstr)
+- [@ptb](https://github.com/ptb/Mac-OS-X-Lion-Setup)
- [@sindresorhus](https://github.com/sindresorhus)
-- [@equinusocio](https://github.com/equinusocio)
-- [@agarrharr](https://github.com/agarrharr)
-- [GitHub - `awesome-macOS`](https://github.com/iCHAIT/awesome-macOS)
- [GitHub - `awesome-mac`](https://github.com/jaywcjlove/awesome-mac)
- [Github - `awesome-macos-screensaver`](https://github.com/agarrharr/awesome-macos-screensaver)
+- [GitHub - `awesome-macOS`](https://github.com/iCHAIT/awesome-macOS)
- [Shields.io - README Badges](http://shields.io/)
diff --git a/bin/alfred/Materialize.alfredappearance b/bin/alfred/Materialize.alfredappearance
index b88c156b..d653a046 100644
--- a/bin/alfred/Materialize.alfredappearance
+++ b/bin/alfred/Materialize.alfredappearance
@@ -1,7 +1,7 @@
{
"alfredtheme" : {
"result" : {
- "textSpacing" : 5,
+ "textSpacing" : 7,
"subtext" : {
"size" : 10,
"colorSelected" : "#B0BEC6FF",
@@ -9,42 +9,45 @@
"color" : "#ECEFF235"
},
"shortcut" : {
- "size" : 20,
- "colorSelected" : "#00BCD3FF",
+ "size" : 24,
+ "colorSelected" : "#179FB0FF",
"font" : "Avenir",
"color" : "#00BCD3FF"
},
"backgroundSelected" : "#ECEFF23F",
"text" : {
- "size" : 20,
+ "size" : 22,
"colorSelected" : "#FEFFFFFF",
"font" : "Roboto",
"color" : "#5D7D87BF"
},
- "iconPaddingHorizontal" : 5,
+ "iconPaddingHorizontal" : 15,
+ "roundness" : 0,
"paddingVertical" : 8,
- "iconSize" : 40
+ "iconSize" : 50
},
"search" : {
- "paddingVertical" : 0,
- "background" : "#26323800",
+ "backgroundSelected" : "#179FB0FF",
+ "paddingHorizontal" : 8,
"spacing" : 10,
"text" : {
- "size" : 50,
- "colorSelected" : "#000000FF",
+ "size" : 45,
+ "colorSelected" : "#0D2935FF",
"font" : "Roboto",
"color" : "#ECEFF2FF"
},
- "backgroundSelected" : "#B2D7FFFF"
+ "background" : "#0D2935FF",
+ "roundness" : 0,
+ "paddingVertical" : 7
},
"window" : {
- "color" : "#263239FF",
- "paddingHorizontal" : 10,
- "width" : 560,
+ "color" : "#0D2935FF",
+ "paddingHorizontal" : 0,
+ "width" : 700,
"borderPadding" : 10,
"borderColor" : "#26323900",
"blur" : 40,
- "roundness" : 3,
+ "roundness" : 5,
"paddingVertical" : 10
},
"credit" : "Frances Coronel",
@@ -56,6 +59,6 @@
"color" : "#ECEFF226",
"thickness" : 2
},
- "name" : "Materialize"
+ "name" : "Materialize 6.0"
}
}
\ No newline at end of file
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-Bold.otf b/bin/fonts/Latina-Essential/LatinaEssential-Bold.otf
new file mode 100644
index 00000000..4d144cdc
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-Bold.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-BoldIt.otf b/bin/fonts/Latina-Essential/LatinaEssential-BoldIt.otf
new file mode 100644
index 00000000..7def03f4
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-BoldIt.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-Heavy.otf b/bin/fonts/Latina-Essential/LatinaEssential-Heavy.otf
new file mode 100644
index 00000000..78fd5718
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-Heavy.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-HeavyIt.otf b/bin/fonts/Latina-Essential/LatinaEssential-HeavyIt.otf
new file mode 100644
index 00000000..65d2b01c
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-HeavyIt.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-Light.otf b/bin/fonts/Latina-Essential/LatinaEssential-Light.otf
new file mode 100644
index 00000000..67408d6d
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-Light.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-LightIt.otf b/bin/fonts/Latina-Essential/LatinaEssential-LightIt.otf
new file mode 100644
index 00000000..d3243b92
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-LightIt.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-Medium.otf b/bin/fonts/Latina-Essential/LatinaEssential-Medium.otf
new file mode 100644
index 00000000..e49bbb63
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-Medium.otf differ
diff --git a/bin/fonts/Latina-Essential/LatinaEssential-MediumIt.otf b/bin/fonts/Latina-Essential/LatinaEssential-MediumIt.otf
new file mode 100644
index 00000000..2d698817
Binary files /dev/null and b/bin/fonts/Latina-Essential/LatinaEssential-MediumIt.otf differ
diff --git a/bin/keyboard/emoji substitutions.plist b/bin/keyboard/emoji substitutions.plist
deleted file mode 100644
index 9e563abf..00000000
--- a/bin/keyboard/emoji substitutions.plist
+++ /dev/null
@@ -1,6390 +0,0 @@
-
-
-
-
-
- phrase
- #๏ธโฃ
- shortcut
- :hash:
-
-
- phrase
- *๏ธโฃ
- shortcut
- :star:
-
-
- phrase
- 0๏ธโฃ
- shortcut
- :zero:
-
-
- phrase
- 1๏ธโฃ
- shortcut
- :one:
-
-
- phrase
- 2๏ธโฃ
- shortcut
- :two:
-
-
- phrase
- 3๏ธโฃ
- shortcut
- :three:
-
-
- phrase
- 4๏ธโฃ
- shortcut
- :four:
-
-
- phrase
- 5๏ธโฃ
- shortcut
- :five:
-
-
- phrase
- 6๏ธโฃ
- shortcut
- :six:
-
-
- phrase
- 7๏ธโฃ
- shortcut
- :seven:
-
-
- phrase
- 8๏ธโฃ
- shortcut
- :eight:
-
-
- phrase
- 9๏ธโฃ
- shortcut
- :nine:
-
-
- phrase
- ๐
- shortcut
- :black_joker:
-
-
- phrase
- ๐
- shortcut
- :ab:
-
-
- phrase
- ๐
- shortcut
- :cl:
-
-
- phrase
- ๐
- shortcut
- :cool:
-
-
- phrase
- ๐
- shortcut
- :free:
-
-
- phrase
- ๐
- shortcut
- :id:
-
-
- phrase
- ๐
- shortcut
- :new:
-
-
- phrase
- ๐
- shortcut
- :ng:
-
-
- phrase
- ๐
- shortcut
- :ok:
-
-
- phrase
- ๐
- shortcut
- :sos:
-
-
- phrase
- ๐
- shortcut
- :up:
-
-
- phrase
- ๐
- shortcut
- :vs:
-
-
- phrase
- ๐
- shortcut
- :cyclone:
-
-
- phrase
- ๐
- shortcut
- :foggy:
-
-
- phrase
- ๐
- shortcut
- :closed_umbrella:
-
-
- phrase
- ๐
- shortcut
- :night_with_stars:
-
-
- phrase
- ๐
- shortcut
- :sunrise_over_mountains:
-
-
- phrase
- ๐
- shortcut
- :sunrise:
-
-
- phrase
- ๐
- shortcut
- :city_sunset:
-
-
- phrase
- ๐
- shortcut
- :city_sunrise:
-
-
- phrase
- ๐
- shortcut
- :rainbow:
-
-
- phrase
- ๐
- shortcut
- :bridge_at_night:
-
-
- phrase
- ๐
- shortcut
- :ocean:
-
-
- phrase
- ๐
- shortcut
- :volcano:
-
-
- phrase
- ๐
- shortcut
- :milky_way:
-
-
- phrase
- ๐
- shortcut
- :earth_africa:
-
-
- phrase
- ๐
- shortcut
- :earth_americas:
-
-
- phrase
- ๐
- shortcut
- :earth_asia:
-
-
- phrase
- ๐
- shortcut
- :globe_with_meridians:
-
-
- phrase
- ๐
- shortcut
- :new_moon:
-
-
- phrase
- ๐
- shortcut
- :waxing_crescent_moon:
-
-
- phrase
- ๐
- shortcut
- :first_quarter_moon:
-
-
- phrase
- ๐
- shortcut
- :moon:
-
-
- phrase
- ๐
- shortcut
- :waxing_gibbous_moon:
-
-
- phrase
- ๐
- shortcut
- :full_moon:
-
-
- phrase
- ๐
- shortcut
- :waning_gibbous_moon:
-
-
- phrase
- ๐
- shortcut
- :last_quarter_moon:
-
-
- phrase
- ๐
- shortcut
- :waning_crescent_moon:
-
-
- phrase
- ๐
- shortcut
- :crescent_moon:
-
-
- phrase
- ๐
- shortcut
- :new_moon_with_face:
-
-
- phrase
- ๐
- shortcut
- :first_quarter_moon_with_face:
-
-
- phrase
- ๐
- shortcut
- :last_quarter_moon_with_face:
-
-
- phrase
- ๐
- shortcut
- :full_moon_with_face:
-
-
- phrase
- ๐
- shortcut
- :sun_with_face:
-
-
- phrase
- ๐
- shortcut
- :star2:
-
-
- phrase
- ๐
- shortcut
- :stars:
-
-
- phrase
- ๐ก
- shortcut
- :thermometer:
-
-
- phrase
- ๐ค
- shortcut
- :mostly_sunny:
-
-
- phrase
- ๐ค
- shortcut
- :sun_small_cloud:
-
-
- phrase
- ๐ฅ
- shortcut
- :barely_sunny:
-
-
- phrase
- ๐ฅ
- shortcut
- :sun_behind_cloud:
-
-
- phrase
- ๐ฆ
- shortcut
- :partly_sunny_rain:
-
-
- phrase
- ๐ฆ
- shortcut
- :sun_behind_rain_cloud:
-
-
- phrase
- ๐ง
- shortcut
- :rain_cloud:
-
-
- phrase
- ๐จ
- shortcut
- :snow_cloud:
-
-
- phrase
- ๐ฉ
- shortcut
- :lightning:
-
-
- phrase
- ๐ฉ
- shortcut
- :lightning_cloud:
-
-
- phrase
- ๐ช
- shortcut
- :tornado:
-
-
- phrase
- ๐ช
- shortcut
- :tornado_cloud:
-
-
- phrase
- ๐ซ
- shortcut
- :fog:
-
-
- phrase
- ๐ฌ
- shortcut
- :wind_blowing_face:
-
-
- phrase
- ๐ญ
- shortcut
- :hotdog:
-
-
- phrase
- ๐ฎ
- shortcut
- :taco:
-
-
- phrase
- ๐ฏ
- shortcut
- :burrito:
-
-
- phrase
- ๐ฐ
- shortcut
- :chestnut:
-
-
- phrase
- ๐ฑ
- shortcut
- :seedling:
-
-
- phrase
- ๐ฒ
- shortcut
- :evergreen_tree:
-
-
- phrase
- ๐ณ
- shortcut
- :deciduous_tree:
-
-
- phrase
- ๐ด
- shortcut
- :palm_tree:
-
-
- phrase
- ๐ต
- shortcut
- :cactus:
-
-
- phrase
- ๐ถ
- shortcut
- :hot_pepper:
-
-
- phrase
- ๐ท
- shortcut
- :tulip:
-
-
- phrase
- ๐ธ
- shortcut
- :cherry_blossom:
-
-
- phrase
- ๐น
- shortcut
- :rose:
-
-
- phrase
- ๐บ
- shortcut
- :hibiscus:
-
-
- phrase
- ๐ป
- shortcut
- :sunflower:
-
-
- phrase
- ๐ผ
- shortcut
- :blossom:
-
-
- phrase
- ๐ฝ
- shortcut
- :corn:
-
-
- phrase
- ๐พ
- shortcut
- :ear_of_rice:
-
-
- phrase
- ๐ฟ
- shortcut
- :herb:
-
-
- phrase
- ๐
- shortcut
- :four_leaf_clover:
-
-
- phrase
- ๐
- shortcut
- :maple_leaf:
-
-
- phrase
- ๐
- shortcut
- :fallen_leaf:
-
-
- phrase
- ๐
- shortcut
- :leaves:
-
-
- phrase
- ๐
- shortcut
- :mushroom:
-
-
- phrase
- ๐
- shortcut
- :tomato:
-
-
- phrase
- ๐
- shortcut
- :eggplant:
-
-
- phrase
- ๐
- shortcut
- :grapes:
-
-
- phrase
- ๐
- shortcut
- :melon:
-
-
- phrase
- ๐
- shortcut
- :watermelon:
-
-
- phrase
- ๐
- shortcut
- :tangerine:
-
-
- phrase
- ๐
- shortcut
- :lemon:
-
-
- phrase
- ๐
- shortcut
- :banana:
-
-
- phrase
- ๐
- shortcut
- :pineapple:
-
-
- phrase
- ๐
- shortcut
- :apple:
-
-
- phrase
- ๐
- shortcut
- :green_apple:
-
-
- phrase
- ๐
- shortcut
- :pear:
-
-
- phrase
- ๐
- shortcut
- :peach:
-
-
- phrase
- ๐
- shortcut
- :cherries:
-
-
- phrase
- ๐
- shortcut
- :strawberry:
-
-
- phrase
- ๐
- shortcut
- :hamburger:
-
-
- phrase
- ๐
- shortcut
- :pizza:
-
-
- phrase
- ๐
- shortcut
- :meat_on_bone:
-
-
- phrase
- ๐
- shortcut
- :poultry_leg:
-
-
- phrase
- ๐
- shortcut
- :rice_cracker:
-
-
- phrase
- ๐
- shortcut
- :rice_ball:
-
-
- phrase
- ๐
- shortcut
- :rice:
-
-
- phrase
- ๐
- shortcut
- :curry:
-
-
- phrase
- ๐
- shortcut
- :ramen:
-
-
- phrase
- ๐
- shortcut
- :spaghetti:
-
-
- phrase
- ๐
- shortcut
- :bread:
-
-
- phrase
- ๐
- shortcut
- :fries:
-
-
- phrase
- ๐
- shortcut
- :sweet_potato:
-
-
- phrase
- ๐ก
- shortcut
- :dango:
-
-
- phrase
- ๐ข
- shortcut
- :oden:
-
-
- phrase
- ๐ฃ
- shortcut
- :sushi:
-
-
- phrase
- ๐ค
- shortcut
- :fried_shrimp:
-
-
- phrase
- ๐ฅ
- shortcut
- :fish_cake:
-
-
- phrase
- ๐ฆ
- shortcut
- :icecream:
-
-
- phrase
- ๐ง
- shortcut
- :shaved_ice:
-
-
- phrase
- ๐จ
- shortcut
- :ice_cream:
-
-
- phrase
- ๐ฉ
- shortcut
- :doughnut:
-
-
- phrase
- ๐ช
- shortcut
- :cookie:
-
-
- phrase
- ๐ซ
- shortcut
- :chocolate_bar:
-
-
- phrase
- ๐ฌ
- shortcut
- :candy:
-
-
- phrase
- ๐ญ
- shortcut
- :lollipop:
-
-
- phrase
- ๐ฎ
- shortcut
- :custard:
-
-
- phrase
- ๐ฏ
- shortcut
- :honey_pot:
-
-
- phrase
- ๐ฐ
- shortcut
- :cake:
-
-
- phrase
- ๐ฑ
- shortcut
- :bento:
-
-
- phrase
- ๐ฒ
- shortcut
- :stew:
-
-
- phrase
- ๐ณ
- shortcut
- :egg:
-
-
- phrase
- ๐ด
- shortcut
- :fork_and_knife:
-
-
- phrase
- ๐ต
- shortcut
- :tea:
-
-
- phrase
- ๐ถ
- shortcut
- :sake:
-
-
- phrase
- ๐ท
- shortcut
- :wine_glass:
-
-
- phrase
- ๐ท
- shortcut
- :wine:
-
-
- phrase
- ๐ธ
- shortcut
- :cocktail:
-
-
- phrase
- ๐น
- shortcut
- :tropical_drink:
-
-
- phrase
- ๐บ
- shortcut
- :beer:
-
-
- phrase
- ๐ป
- shortcut
- :beers:
-
-
- phrase
- ๐ผ
- shortcut
- :baby_bottle:
-
-
- phrase
- ๐ฝ
- shortcut
- :knife_fork_plate:
-
-
- phrase
- ๐พ
- shortcut
- :champagne:
-
-
- phrase
- ๐ฟ
- shortcut
- :popcorn:
-
-
- phrase
- ๐
- shortcut
- :ribbon:
-
-
- phrase
- ๐
- shortcut
- :gift:
-
-
- phrase
- ๐
- shortcut
- :birthday:
-
-
- phrase
- ๐
- shortcut
- :jack_o_lantern:
-
-
- phrase
- ๐
- shortcut
- :pumpkin:
-
-
- phrase
- ๐
- shortcut
- :christmas_tree:
-
-
- phrase
- ๐
- shortcut
- :fireworks:
-
-
- phrase
- ๐
- shortcut
- :sparkler:
-
-
- phrase
- ๐
- shortcut
- :balloon:
-
-
- phrase
- ๐
- shortcut
- :tada:
-
-
- phrase
- ๐
- shortcut
- :confetti_ball:
-
-
- phrase
- ๐
- shortcut
- :tanabata_tree:
-
-
- phrase
- ๐
- shortcut
- :crossed_flags:
-
-
- phrase
- ๐
- shortcut
- :bamboo:
-
-
- phrase
- ๐
- shortcut
- :dolls:
-
-
- phrase
- ๐
- shortcut
- :flags:
-
-
- phrase
- ๐
- shortcut
- :wind_chime:
-
-
- phrase
- ๐
- shortcut
- :rice_scene:
-
-
- phrase
- ๐
- shortcut
- :school_satchel:
-
-
- phrase
- ๐
- shortcut
- :mortar_board:
-
-
- phrase
- ๐
- shortcut
- :medal:
-
-
- phrase
- ๐
- shortcut
- :reminder_ribbon:
-
-
- phrase
- ๐
- shortcut
- :studio_microphone:
-
-
- phrase
- ๐
- shortcut
- :level_slider:
-
-
- phrase
- ๐
- shortcut
- :control_knobs:
-
-
- phrase
- ๐
- shortcut
- :film_frames:
-
-
- phrase
- ๐
- shortcut
- :admission_tickets:
-
-
- phrase
- ๐
- shortcut
- :carousel_horse:
-
-
- phrase
- ๐ก
- shortcut
- :ferris_wheel:
-
-
- phrase
- ๐ข
- shortcut
- :roller_coaster:
-
-
- phrase
- ๐ฃ
- shortcut
- :fishing_pole_and_fish:
-
-
- phrase
- ๐ค
- shortcut
- :microphone:
-
-
- phrase
- ๐ฅ
- shortcut
- :movie_camera:
-
-
- phrase
- ๐ฆ
- shortcut
- :cinema:
-
-
- phrase
- ๐ง
- shortcut
- :headphones:
-
-
- phrase
- ๐จ
- shortcut
- :art:
-
-
- phrase
- ๐ฉ
- shortcut
- :tophat:
-
-
- phrase
- ๐ช
- shortcut
- :circus_tent:
-
-
- phrase
- ๐ซ
- shortcut
- :ticket:
-
-
- phrase
- ๐ฌ
- shortcut
- :clapper:
-
-
- phrase
- ๐ญ
- shortcut
- :performing_arts:
-
-
- phrase
- ๐ฎ
- shortcut
- :video_game:
-
-
- phrase
- ๐ฏ
- shortcut
- :dart:
-
-
- phrase
- ๐ฐ
- shortcut
- :slot_machine:
-
-
- phrase
- ๐ฑ
- shortcut
- :8ball:
-
-
- phrase
- ๐ฒ
- shortcut
- :game_die:
-
-
- phrase
- ๐ณ
- shortcut
- :bowling:
-
-
- phrase
- ๐ด
- shortcut
- :flower_playing_cards:
-
-
- phrase
- ๐ต
- shortcut
- :musical_note:
-
-
- phrase
- ๐ถ
- shortcut
- :notes:
-
-
- phrase
- ๐ท
- shortcut
- :saxophone:
-
-
- phrase
- ๐ธ
- shortcut
- :guitar:
-
-
- phrase
- ๐น
- shortcut
- :musical_keyboard:
-
-
- phrase
- ๐บ
- shortcut
- :trumpet:
-
-
- phrase
- ๐ป
- shortcut
- :violin:
-
-
- phrase
- ๐ผ
- shortcut
- :musical_score:
-
-
- phrase
- ๐ฝ
- shortcut
- :running_shirt_with_sash:
-
-
- phrase
- ๐พ
- shortcut
- :tennis:
-
-
- phrase
- ๐ฟ
- shortcut
- :ski:
-
-
- phrase
- ๐
- shortcut
- :basketball:
-
-
- phrase
- ๐
- shortcut
- :checkered_flag:
-
-
- phrase
- ๐
- shortcut
- :snowboarder:
-
-
- phrase
- ๐
- shortcut
- :runner:
-
-
- phrase
- ๐
- shortcut
- :running:
-
-
- phrase
- ๐
- shortcut
- :surfer:
-
-
- phrase
- ๐
- shortcut
- :sports_medal:
-
-
- phrase
- ๐
- shortcut
- :trophy:
-
-
- phrase
- ๐
- shortcut
- :horse_racing:
-
-
- phrase
- ๐
- shortcut
- :football:
-
-
- phrase
- ๐
- shortcut
- :rugby_football:
-
-
- phrase
- ๐
- shortcut
- :swimmer:
-
-
- phrase
- ๐
- shortcut
- :weight_lifter:
-
-
- phrase
- ๐
- shortcut
- :golfer:
-
-
- phrase
- ๐
- shortcut
- :racing_motorcycle:
-
-
- phrase
- ๐
- shortcut
- :racing_car:
-
-
- phrase
- ๐
- shortcut
- :cricket_bat_and_ball:
-
-
- phrase
- ๐
- shortcut
- :volleyball:
-
-
- phrase
- ๐
- shortcut
- :field_hockey_stick_and_ball:
-
-
- phrase
- ๐
- shortcut
- :ice_hockey_stick_and_puck:
-
-
- phrase
- ๐
- shortcut
- :table_tennis_paddle_and_ball:
-
-
- phrase
- ๐
- shortcut
- :snow_capped_mountain:
-
-
- phrase
- ๐
- shortcut
- :camping:
-
-
- phrase
- ๐
- shortcut
- :beach_with_umbrella:
-
-
- phrase
- ๐
- shortcut
- :building_construction:
-
-
- phrase
- ๐
- shortcut
- :house_buildings:
-
-
- phrase
- ๐
- shortcut
- :cityscape:
-
-
- phrase
- ๐
- shortcut
- :derelict_house_building:
-
-
- phrase
- ๐
- shortcut
- :classical_building:
-
-
- phrase
- ๐
- shortcut
- :desert:
-
-
- phrase
- ๐
- shortcut
- :desert_island:
-
-
- phrase
- ๐
- shortcut
- :national_park:
-
-
- phrase
- ๐
- shortcut
- :stadium:
-
-
- phrase
- ๐
- shortcut
- :house:
-
-
- phrase
- ๐ก
- shortcut
- :house_with_garden:
-
-
- phrase
- ๐ข
- shortcut
- :office:
-
-
- phrase
- ๐ฃ
- shortcut
- :post_office:
-
-
- phrase
- ๐ค
- shortcut
- :european_post_office:
-
-
- phrase
- ๐ฅ
- shortcut
- :hospital:
-
-
- phrase
- ๐ฆ
- shortcut
- :bank:
-
-
- phrase
- ๐ง
- shortcut
- :atm:
-
-
- phrase
- ๐จ
- shortcut
- :hotel:
-
-
- phrase
- ๐ฉ
- shortcut
- :love_hotel:
-
-
- phrase
- ๐ช
- shortcut
- :convenience_store:
-
-
- phrase
- ๐ซ
- shortcut
- :school:
-
-
- phrase
- ๐ฌ
- shortcut
- :department_store:
-
-
- phrase
- ๐ญ
- shortcut
- :factory:
-
-
- phrase
- ๐ฎ
- shortcut
- :izakaya_lantern:
-
-
- phrase
- ๐ฎ
- shortcut
- :lantern:
-
-
- phrase
- ๐ฏ
- shortcut
- :japanese_castle:
-
-
- phrase
- ๐ฐ
- shortcut
- :european_castle:
-
-
- phrase
- ๐ณ
- shortcut
- :waving_white_flag:
-
-
- phrase
- ๐ด
- shortcut
- :waving_black_flag:
-
-
- phrase
- ๐ต
- shortcut
- :rosette:
-
-
- phrase
- ๐ท
- shortcut
- :label:
-
-
- phrase
- ๐ธ
- shortcut
- :badminton_racquet_and_shuttlecock:
-
-
- phrase
- ๐น
- shortcut
- :bow_and_arrow:
-
-
- phrase
- ๐บ
- shortcut
- :amphora:
-
-
- phrase
- ๐ป
- shortcut
- :skin-tone-2:
-
-
- phrase
- ๐ผ
- shortcut
- :skin-tone-3:
-
-
- phrase
- ๐ฝ
- shortcut
- :skin-tone-4:
-
-
- phrase
- ๐พ
- shortcut
- :skin-tone-5:
-
-
- phrase
- ๐ฟ
- shortcut
- :skin-tone-6:
-
-
- phrase
- ๐
- shortcut
- :rat:
-
-
- phrase
- ๐
- shortcut
- :mouse2:
-
-
- phrase
- ๐
- shortcut
- :ox:
-
-
- phrase
- ๐
- shortcut
- :water_buffalo:
-
-
- phrase
- ๐
- shortcut
- :cow2:
-
-
- phrase
- ๐
- shortcut
- :tiger2:
-
-
- phrase
- ๐
- shortcut
- :leopard:
-
-
- phrase
- ๐
- shortcut
- :rabbit2:
-
-
- phrase
- ๐
- shortcut
- :cat2:
-
-
- phrase
- ๐
- shortcut
- :dragon:
-
-
- phrase
- ๐
- shortcut
- :crocodile:
-
-
- phrase
- ๐
- shortcut
- :whale2:
-
-
- phrase
- ๐
- shortcut
- :snail:
-
-
- phrase
- ๐
- shortcut
- :snake:
-
-
- phrase
- ๐
- shortcut
- :racehorse:
-
-
- phrase
- ๐
- shortcut
- :ram:
-
-
- phrase
- ๐
- shortcut
- :goat:
-
-
- phrase
- ๐
- shortcut
- :sheep:
-
-
- phrase
- ๐
- shortcut
- :monkey:
-
-
- phrase
- ๐
- shortcut
- :rooster:
-
-
- phrase
- ๐
- shortcut
- :chicken:
-
-
- phrase
- ๐
- shortcut
- :dog2:
-
-
- phrase
- ๐
- shortcut
- :pig2:
-
-
- phrase
- ๐
- shortcut
- :boar:
-
-
- phrase
- ๐
- shortcut
- :elephant:
-
-
- phrase
- ๐
- shortcut
- :octopus:
-
-
- phrase
- ๐
- shortcut
- :shell:
-
-
- phrase
- ๐
- shortcut
- :bug:
-
-
- phrase
- ๐
- shortcut
- :ant:
-
-
- phrase
- ๐
- shortcut
- :bee:
-
-
- phrase
- ๐
- shortcut
- :honeybee:
-
-
- phrase
- ๐
- shortcut
- :beetle:
-
-
- phrase
- ๐
- shortcut
- :fish:
-
-
- phrase
- ๐
- shortcut
- :tropical_fish:
-
-
- phrase
- ๐ก
- shortcut
- :blowfish:
-
-
- phrase
- ๐ข
- shortcut
- :turtle:
-
-
- phrase
- ๐ฃ
- shortcut
- :hatching_chick:
-
-
- phrase
- ๐ค
- shortcut
- :baby_chick:
-
-
- phrase
- ๐ฅ
- shortcut
- :hatched_chick:
-
-
- phrase
- ๐ฆ
- shortcut
- :bird:
-
-
- phrase
- ๐ง
- shortcut
- :penguin:
-
-
- phrase
- ๐จ
- shortcut
- :koala:
-
-
- phrase
- ๐ฉ
- shortcut
- :poodle:
-
-
- phrase
- ๐ช
- shortcut
- :dromedary_camel:
-
-
- phrase
- ๐ซ
- shortcut
- :camel:
-
-
- phrase
- ๐ฌ
- shortcut
- :dolphin:
-
-
- phrase
- ๐ฌ
- shortcut
- :flipper:
-
-
- phrase
- ๐ญ
- shortcut
- :mouse:
-
-
- phrase
- ๐ฎ
- shortcut
- :cow:
-
-
- phrase
- ๐ฏ
- shortcut
- :tiger:
-
-
- phrase
- ๐ฐ
- shortcut
- :rabbit:
-
-
- phrase
- ๐ฑ
- shortcut
- :cat:
-
-
- phrase
- ๐ฒ
- shortcut
- :dragon_face:
-
-
- phrase
- ๐ณ
- shortcut
- :whale:
-
-
- phrase
- ๐ด
- shortcut
- :horse:
-
-
- phrase
- ๐ด
- shortcut
- :mustang:
-
-
- phrase
- ๐ต
- shortcut
- :monkey_face:
-
-
- phrase
- ๐ถ
- shortcut
- :dog:
-
-
- phrase
- ๐ท
- shortcut
- :pig:
-
-
- phrase
- ๐ธ
- shortcut
- :frog:
-
-
- phrase
- ๐น
- shortcut
- :hamster:
-
-
- phrase
- ๐บ
- shortcut
- :wolf:
-
-
- phrase
- ๐ป
- shortcut
- :bear:
-
-
- phrase
- ๐ผ
- shortcut
- :panda_face:
-
-
- phrase
- ๐ฝ
- shortcut
- :pig_nose:
-
-
- phrase
- ๐พ
- shortcut
- :feet:
-
-
- phrase
- ๐พ
- shortcut
- :paw_prints:
-
-
- phrase
- ๐ฟ
- shortcut
- :chipmunk:
-
-
- phrase
- ๐
- shortcut
- :eyes:
-
-
- phrase
- ๐
- shortcut
- :eye:
-
-
- phrase
- ๐
- shortcut
- :ear:
-
-
- phrase
- ๐
- shortcut
- :nose:
-
-
- phrase
- ๐
- shortcut
- :lips:
-
-
- phrase
- ๐
- shortcut
- :tongue:
-
-
- phrase
- ๐
- shortcut
- :point_up_2:
-
-
- phrase
- ๐
- shortcut
- :point_down:
-
-
- phrase
- ๐
- shortcut
- :point_left:
-
-
- phrase
- ๐
- shortcut
- :point_right:
-
-
- phrase
- ๐
- shortcut
- :facepunch:
-
-
- phrase
- ๐
- shortcut
- :punch:
-
-
- phrase
- ๐
- shortcut
- :wave:
-
-
- phrase
- ๐
- shortcut
- :bye:
-
-
- phrase
- ๐
- shortcut
- :ok_hand:
-
-
- phrase
- ๐
- shortcut
- :+1:
-
-
- phrase
- ๐
- shortcut
- :thumbsup:
-
-
- phrase
- ๐
- shortcut
- :-1:
-
-
- phrase
- ๐
- shortcut
- :thumbsdown:
-
-
- phrase
- ๐
- shortcut
- :clap:
-
-
- phrase
- ๐
- shortcut
- :open_hands:
-
-
- phrase
- ๐
- shortcut
- :crown:
-
-
- phrase
- ๐
- shortcut
- :womans_hat:
-
-
- phrase
- ๐
- shortcut
- :eyeglasses:
-
-
- phrase
- ๐
- shortcut
- :necktie:
-
-
- phrase
- ๐
- shortcut
- :shirt:
-
-
- phrase
- ๐
- shortcut
- :tshirt:
-
-
- phrase
- ๐
- shortcut
- :jeans:
-
-
- phrase
- ๐
- shortcut
- :dress:
-
-
- phrase
- ๐
- shortcut
- :kimono:
-
-
- phrase
- ๐
- shortcut
- :bikini:
-
-
- phrase
- ๐
- shortcut
- :womans_clothes:
-
-
- phrase
- ๐
- shortcut
- :purse:
-
-
- phrase
- ๐
- shortcut
- :handbag:
-
-
- phrase
- ๐
- shortcut
- :pouch:
-
-
- phrase
- ๐
- shortcut
- :mans_shoe:
-
-
- phrase
- ๐
- shortcut
- :shoe:
-
-
- phrase
- ๐
- shortcut
- :athletic_shoe:
-
-
- phrase
- ๐
- shortcut
- :high_heel:
-
-
- phrase
- ๐ก
- shortcut
- :sandal:
-
-
- phrase
- ๐ข
- shortcut
- :boot:
-
-
- phrase
- ๐ฃ
- shortcut
- :footprints:
-
-
- phrase
- ๐ค
- shortcut
- :bust_in_silhouette:
-
-
- phrase
- ๐ฅ
- shortcut
- :busts_in_silhouette:
-
-
- phrase
- ๐ฆ
- shortcut
- :boy:
-
-
- phrase
- ๐ง
- shortcut
- :girl:
-
-
- phrase
- ๐จโ๐จโ๐ฆโ๐ฆ
- shortcut
- :man-man-boy-boy:
-
-
- phrase
- ๐จโ๐จโ๐ฆ
- shortcut
- :man-man-boy:
-
-
- phrase
- ๐จโ๐จโ๐งโ๐ฆ
- shortcut
- :man-man-girl-boy:
-
-
- phrase
- ๐จโ๐จโ๐งโ๐ง
- shortcut
- :man-man-girl-girl:
-
-
- phrase
- ๐จโ๐จโ๐ง
- shortcut
- :man-man-girl:
-
-
- phrase
- ๐จโ๐ฉโ๐ฆโ๐ฆ
- shortcut
- :man-woman-boy-boy:
-
-
- phrase
- ๐จโ๐ฉโ๐ฆ
- shortcut
- :family:
-
-
- phrase
- ๐จโ๐ฉโ๐ฆ
- shortcut
- :man-woman-boy:
-
-
- phrase
- ๐จโ๐ฉโ๐งโ๐ฆ
- shortcut
- :man-woman-girl-boy:
-
-
- phrase
- ๐จโ๐ฉโ๐งโ๐ง
- shortcut
- :man-woman-girl-girl:
-
-
- phrase
- ๐จโ๐ฉโ๐ง
- shortcut
- :man-woman-girl:
-
-
- phrase
- ๐จโโค๏ธโ๐จ
- shortcut
- :man-heart-man:
-
-
- phrase
- ๐จโโค๏ธโ๐โ๐จ
- shortcut
- :man-kiss-man:
-
-
- phrase
- ๐จ
- shortcut
- :man:
-
-
- phrase
- ๐ฉโ๐ฉโ๐ฆโ๐ฆ
- shortcut
- :woman-woman-boy-boy:
-
-
- phrase
- ๐ฉโ๐ฉโ๐ฆ
- shortcut
- :woman-woman-boy:
-
-
- phrase
- ๐ฉโ๐ฉโ๐งโ๐ฆ
- shortcut
- :woman-woman-girl-boy:
-
-
- phrase
- ๐ฉโ๐ฉโ๐งโ๐ง
- shortcut
- :woman-woman-girl-girl:
-
-
- phrase
- ๐ฉโ๐ฉโ๐ง
- shortcut
- :woman-woman-girl:
-
-
- phrase
- ๐ฉโโค๏ธโ๐ฉ
- shortcut
- :woman-heart-woman:
-
-
- phrase
- ๐ฉโโค๏ธโ๐โ๐ฉ
- shortcut
- :woman-kiss-woman:
-
-
- phrase
- ๐ฉ
- shortcut
- :woman:
-
-
- phrase
- ๐ซ
- shortcut
- :couple:
-
-
- phrase
- ๐ซ
- shortcut
- :man_and_woman_holding_hands:
-
-
- phrase
- ๐ฌ
- shortcut
- :two_men_holding_hands:
-
-
- phrase
- ๐ญ
- shortcut
- :two_women_holding_hands:
-
-
- phrase
- ๐ฎ
- shortcut
- :cop:
-
-
- phrase
- ๐ฏ
- shortcut
- :dancers:
-
-
- phrase
- ๐ฐ
- shortcut
- :bride_with_veil:
-
-
- phrase
- ๐ฑ
- shortcut
- :person_with_blond_hair:
-
-
- phrase
- ๐ฒ
- shortcut
- :man_with_gua_pi_mao:
-
-
- phrase
- ๐ณ
- shortcut
- :man_with_turban:
-
-
- phrase
- ๐ด
- shortcut
- :older_man:
-
-
- phrase
- ๐ต
- shortcut
- :older_woman:
-
-
- phrase
- ๐ถ
- shortcut
- :baby:
-
-
- phrase
- ๐ท
- shortcut
- :construction_worker:
-
-
- phrase
- ๐ธ
- shortcut
- :princess:
-
-
- phrase
- ๐น
- shortcut
- :japanese_ogre:
-
-
- phrase
- ๐บ
- shortcut
- :japanese_goblin:
-
-
- phrase
- ๐ป
- shortcut
- :ghost:
-
-
- phrase
- ๐ผ
- shortcut
- :angel:
-
-
- phrase
- ๐ฝ
- shortcut
- :alien:
-
-
- phrase
- ๐พ
- shortcut
- :space_invader:
-
-
- phrase
- ๐ฟ
- shortcut
- :imp:
-
-
- phrase
- ๐
- shortcut
- :skull:
-
-
- phrase
- ๐
- shortcut
- :information_desk_person:
-
-
- phrase
- ๐
- shortcut
- :guardsman:
-
-
- phrase
- ๐
- shortcut
- :dancer:
-
-
- phrase
- ๐
- shortcut
- :lipstick:
-
-
- phrase
- ๐
- shortcut
- :nail_care:
-
-
- phrase
- ๐
- shortcut
- :massage:
-
-
- phrase
- ๐
- shortcut
- :haircut:
-
-
- phrase
- ๐
- shortcut
- :barber:
-
-
- phrase
- ๐
- shortcut
- :syringe:
-
-
- phrase
- ๐
- shortcut
- :pill:
-
-
- phrase
- ๐
- shortcut
- :kiss:
-
-
- phrase
- ๐
- shortcut
- :love_letter:
-
-
- phrase
- ๐
- shortcut
- :ring:
-
-
- phrase
- ๐
- shortcut
- :gem:
-
-
- phrase
- ๐
- shortcut
- :couplekiss:
-
-
- phrase
- ๐
- shortcut
- :bouquet:
-
-
- phrase
- ๐
- shortcut
- :couple_with_heart:
-
-
- phrase
- ๐
- shortcut
- :wedding:
-
-
- phrase
- ๐
- shortcut
- :heartbeat:
-
-
- phrase
- ๐
- shortcut
- :broken_heart:
-
-
- phrase
- ๐
- shortcut
- :two_hearts:
-
-
- phrase
- ๐
- shortcut
- :sparkling_heart:
-
-
- phrase
- ๐
- shortcut
- :heartpulse:
-
-
- phrase
- ๐
- shortcut
- :cupid:
-
-
- phrase
- ๐
- shortcut
- :blue_heart:
-
-
- phrase
- ๐
- shortcut
- :green_heart:
-
-
- phrase
- ๐
- shortcut
- :yellow_heart:
-
-
- phrase
- ๐
- shortcut
- :purple_heart:
-
-
- phrase
- ๐
- shortcut
- :gift_heart:
-
-
- phrase
- ๐
- shortcut
- :revolving_hearts:
-
-
- phrase
- ๐
- shortcut
- :heart_decoration:
-
-
- phrase
- ๐
- shortcut
- :diamond_shape_with_a_dot_inside:
-
-
- phrase
- ๐ก
- shortcut
- :bulb:
-
-
- phrase
- ๐ข
- shortcut
- :anger:
-
-
- phrase
- ๐ฃ
- shortcut
- :bomb:
-
-
- phrase
- ๐ค
- shortcut
- :zzz:
-
-
- phrase
- ๐ฅ
- shortcut
- :boom:
-
-
- phrase
- ๐ฅ
- shortcut
- :collision:
-
-
- phrase
- ๐ฅ
- shortcut
- :pow:
-
-
- phrase
- ๐ฅ
- shortcut
- :explode:
-
-
- phrase
- ๐ฆ
- shortcut
- :sweat_drops:
-
-
- phrase
- ๐ง
- shortcut
- :droplet:
-
-
- phrase
- ๐จ
- shortcut
- :dash:
-
-
- phrase
- ๐ฉ
- shortcut
- :hankey:
-
-
- phrase
- ๐ฉ
- shortcut
- :poop:
-
-
- phrase
- ๐ฉ
- shortcut
- :shit:
-
-
- phrase
- ๐ช
- shortcut
- :muscle:
-
-
- phrase
- ๐ซ
- shortcut
- :dizzy:
-
-
- phrase
- ๐ฌ
- shortcut
- :speech_balloon:
-
-
- phrase
- ๐ญ
- shortcut
- :thought_balloon:
-
-
- phrase
- ๐ฎ
- shortcut
- :white_flower:
-
-
- phrase
- ๐ฏ
- shortcut
- :100:
-
-
- phrase
- ๐ฐ
- shortcut
- :moneybag:
-
-
- phrase
- ๐ฑ
- shortcut
- :currency_exchange:
-
-
- phrase
- ๐ฒ
- shortcut
- :heavy_dollar_sign:
-
-
- phrase
- ๐ณ
- shortcut
- :credit_card:
-
-
- phrase
- ๐ด
- shortcut
- :yen:
-
-
- phrase
- ๐ต
- shortcut
- :dollar:
-
-
- phrase
- ๐ถ
- shortcut
- :euro:
-
-
- phrase
- ๐ท
- shortcut
- :pound:
-
-
- phrase
- ๐ธ
- shortcut
- :money_with_wings:
-
-
- phrase
- ๐น
- shortcut
- :chart:
-
-
- phrase
- ๐บ
- shortcut
- :seat:
-
-
- phrase
- ๐ป
- shortcut
- :computer:
-
-
- phrase
- ๐ผ
- shortcut
- :briefcase:
-
-
- phrase
- ๐ฝ
- shortcut
- :minidisc:
-
-
- phrase
- ๐พ
- shortcut
- :floppy_disk:
-
-
- phrase
- ๐ฟ
- shortcut
- :cd:
-
-
- phrase
- ๐
- shortcut
- :dvd:
-
-
- phrase
- ๐
- shortcut
- :file_folder:
-
-
- phrase
- ๐
- shortcut
- :open_file_folder:
-
-
- phrase
- ๐
- shortcut
- :page_with_curl:
-
-
- phrase
- ๐
- shortcut
- :page_facing_up:
-
-
- phrase
- ๐
- shortcut
- :date:
-
-
- phrase
- ๐
- shortcut
- :calendar:
-
-
- phrase
- ๐
- shortcut
- :card_index:
-
-
- phrase
- ๐
- shortcut
- :chart_with_upwards_trend:
-
-
- phrase
- ๐
- shortcut
- :chart_with_downwards_trend:
-
-
- phrase
- ๐
- shortcut
- :bar_chart:
-
-
- phrase
- ๐
- shortcut
- :clipboard:
-
-
- phrase
- ๐
- shortcut
- :pushpin:
-
-
- phrase
- ๐
- shortcut
- :round_pushpin:
-
-
- phrase
- ๐
- shortcut
- :paperclip:
-
-
- phrase
- ๐
- shortcut
- :straight_ruler:
-
-
- phrase
- ๐
- shortcut
- :triangular_ruler:
-
-
- phrase
- ๐
- shortcut
- :bookmark_tabs:
-
-
- phrase
- ๐
- shortcut
- :ledger:
-
-
- phrase
- ๐
- shortcut
- :notebook:
-
-
- phrase
- ๐
- shortcut
- :notebook_with_decorative_cover:
-
-
- phrase
- ๐
- shortcut
- :closed_book:
-
-
- phrase
- ๐
- shortcut
- :book:
-
-
- phrase
- ๐
- shortcut
- :open_book:
-
-
- phrase
- ๐
- shortcut
- :green_book:
-
-
- phrase
- ๐
- shortcut
- :blue_book:
-
-
- phrase
- ๐
- shortcut
- :orange_book:
-
-
- phrase
- ๐
- shortcut
- :books:
-
-
- phrase
- ๐
- shortcut
- :name_badge:
-
-
- phrase
- ๐
- shortcut
- :scroll:
-
-
- phrase
- ๐
- shortcut
- :memo:
-
-
- phrase
- ๐
- shortcut
- :pencil:
-
-
- phrase
- ๐
- shortcut
- :telephone_receiver:
-
-
- phrase
- ๐
- shortcut
- :pager:
-
-
- phrase
- ๐
- shortcut
- :fax:
-
-
- phrase
- ๐ก
- shortcut
- :satellite:
-
-
- phrase
- ๐ข
- shortcut
- :loudspeaker:
-
-
- phrase
- ๐ฃ
- shortcut
- :mega:
-
-
- phrase
- ๐ค
- shortcut
- :outbox_tray:
-
-
- phrase
- ๐ฅ
- shortcut
- :inbox_tray:
-
-
- phrase
- ๐ฆ
- shortcut
- :package:
-
-
- phrase
- ๐ง
- shortcut
- :e-mail:
-
-
- phrase
- ๐จ
- shortcut
- :incoming_envelope:
-
-
- phrase
- ๐ฉ
- shortcut
- :envelope_with_arrow:
-
-
- phrase
- ๐ช
- shortcut
- :mailbox_closed:
-
-
- phrase
- ๐ซ
- shortcut
- :mailbox:
-
-
- phrase
- ๐ฌ
- shortcut
- :mailbox_with_mail:
-
-
- phrase
- ๐ญ
- shortcut
- :mailbox_with_no_mail:
-
-
- phrase
- ๐ฎ
- shortcut
- :postbox:
-
-
- phrase
- ๐ฏ
- shortcut
- :postal_horn:
-
-
- phrase
- ๐ฐ
- shortcut
- :newspaper:
-
-
- phrase
- ๐ฑ
- shortcut
- :iphone:
-
-
- phrase
- ๐ฒ
- shortcut
- :calling:
-
-
- phrase
- ๐ณ
- shortcut
- :vibration_mode:
-
-
- phrase
- ๐ด
- shortcut
- :mobile_phone_off:
-
-
- phrase
- ๐ต
- shortcut
- :no_mobile_phones:
-
-
- phrase
- ๐ถ
- shortcut
- :signal_strength:
-
-
- phrase
- ๐ท
- shortcut
- :camera:
-
-
- phrase
- ๐ธ
- shortcut
- :camera_with_flash:
-
-
- phrase
- ๐น
- shortcut
- :video_camera:
-
-
- phrase
- ๐บ
- shortcut
- :tv:
-
-
- phrase
- ๐ป
- shortcut
- :radio:
-
-
- phrase
- ๐ผ
- shortcut
- :vhs:
-
-
- phrase
- ๐ฝ
- shortcut
- :film_projector:
-
-
- phrase
- ๐ฟ
- shortcut
- :prayer_beads:
-
-
- phrase
- ๐
- shortcut
- :twisted_rightwards_arrows:
-
-
- phrase
- ๐
- shortcut
- :repeat:
-
-
- phrase
- ๐
- shortcut
- :repeat_one:
-
-
- phrase
- ๐
- shortcut
- :arrows_clockwise:
-
-
- phrase
- ๐
- shortcut
- :arrows_counterclockwise:
-
-
- phrase
- ๐
- shortcut
- :low_brightness:
-
-
- phrase
- ๐
- shortcut
- :high_brightness:
-
-
- phrase
- ๐
- shortcut
- :mute:
-
-
- phrase
- ๐
- shortcut
- :speaker:
-
-
- phrase
- ๐
- shortcut
- :sound:
-
-
- phrase
- ๐
- shortcut
- :loud_sound:
-
-
- phrase
- ๐
- shortcut
- :battery:
-
-
- phrase
- ๐
- shortcut
- :electric_plug:
-
-
- phrase
- ๐
- shortcut
- :mag:
-
-
- phrase
- ๐
- shortcut
- :mag_right:
-
-
- phrase
- ๐
- shortcut
- :lock_with_ink_pen:
-
-
- phrase
- ๐
- shortcut
- :closed_lock_with_key:
-
-
- phrase
- ๐
- shortcut
- :key:
-
-
- phrase
- ๐
- shortcut
- :lock:
-
-
- phrase
- ๐
- shortcut
- :unlock:
-
-
- phrase
- ๐
- shortcut
- :bell:
-
-
- phrase
- ๐
- shortcut
- :no_bell:
-
-
- phrase
- ๐
- shortcut
- :bookmark:
-
-
- phrase
- ๐
- shortcut
- :link:
-
-
- phrase
- ๐
- shortcut
- :radio_button:
-
-
- phrase
- ๐
- shortcut
- :back:
-
-
- phrase
- ๐
- shortcut
- :end:
-
-
- phrase
- ๐
- shortcut
- :on:
-
-
- phrase
- ๐
- shortcut
- :soon:
-
-
- phrase
- ๐
- shortcut
- :top:
-
-
- phrase
- ๐
- shortcut
- :underage:
-
-
- phrase
- ๐
- shortcut
- :keycap_ten:
-
-
- phrase
- ๐
- shortcut
- :capital_abcd:
-
-
- phrase
- ๐ก
- shortcut
- :abcd:
-
-
- phrase
- ๐ข
- shortcut
- :1234:
-
-
- phrase
- ๐ฃ
- shortcut
- :symbols:
-
-
- phrase
- ๐ค
- shortcut
- :abc:
-
-
- phrase
- ๐ฅ
- shortcut
- :fire:
-
-
- phrase
- ๐ฆ
- shortcut
- :flashlight:
-
-
- phrase
- ๐ง
- shortcut
- :wrench:
-
-
- phrase
- ๐จ
- shortcut
- :hammer:
-
-
- phrase
- ๐ฉ
- shortcut
- :nut_and_bolt:
-
-
- phrase
- ๐ช
- shortcut
- :hocho:
-
-
- phrase
- ๐ช
- shortcut
- :knife:
-
-
- phrase
- ๐ซ
- shortcut
- :gun:
-
-
- phrase
- ๐ฌ
- shortcut
- :microscope:
-
-
- phrase
- ๐ญ
- shortcut
- :telescope:
-
-
- phrase
- ๐ฎ
- shortcut
- :crystal_ball:
-
-
- phrase
- ๐ฏ
- shortcut
- :six_pointed_star:
-
-
- phrase
- ๐ฐ
- shortcut
- :beginner:
-
-
- phrase
- ๐ฑ
- shortcut
- :trident:
-
-
- phrase
- ๐ฒ
- shortcut
- :black_square_button:
-
-
- phrase
- ๐ณ
- shortcut
- :white_square_button:
-
-
- phrase
- ๐ด
- shortcut
- :red_circle:
-
-
- phrase
- ๐ต
- shortcut
- :large_blue_circle:
-
-
- phrase
- ๐ถ
- shortcut
- :large_orange_diamond:
-
-
- phrase
- ๐ท
- shortcut
- :large_blue_diamond:
-
-
- phrase
- ๐ธ
- shortcut
- :small_orange_diamond:
-
-
- phrase
- ๐น
- shortcut
- :small_blue_diamond:
-
-
- phrase
- ๐บ
- shortcut
- :small_red_triangle:
-
-
- phrase
- ๐ป
- shortcut
- :small_red_triangle_down:
-
-
- phrase
- ๐ผ
- shortcut
- :arrow_up_small:
-
-
- phrase
- ๐ฝ
- shortcut
- :arrow_down_small:
-
-
- phrase
- ๐
- shortcut
- :om_symbol:
-
-
- phrase
- ๐
- shortcut
- :dove_of_peace:
-
-
- phrase
- ๐
- shortcut
- :kaaba:
-
-
- phrase
- ๐
- shortcut
- :mosque:
-
-
- phrase
- ๐
- shortcut
- :synagogue:
-
-
- phrase
- ๐
- shortcut
- :menorah_with_nine_branches:
-
-
- phrase
- ๐
- shortcut
- :clock1:
-
-
- phrase
- ๐
- shortcut
- :clock2:
-
-
- phrase
- ๐
- shortcut
- :clock3:
-
-
- phrase
- ๐
- shortcut
- :clock4:
-
-
- phrase
- ๐
- shortcut
- :clock5:
-
-
- phrase
- ๐
- shortcut
- :clock6:
-
-
- phrase
- ๐
- shortcut
- :clock7:
-
-
- phrase
- ๐
- shortcut
- :clock8:
-
-
- phrase
- ๐
- shortcut
- :clock9:
-
-
- phrase
- ๐
- shortcut
- :clock10:
-
-
- phrase
- ๐
- shortcut
- :clock11:
-
-
- phrase
- ๐
- shortcut
- :clock12:
-
-
- phrase
- ๐
- shortcut
- :clock130:
-
-
- phrase
- ๐
- shortcut
- :clock230:
-
-
- phrase
- ๐
- shortcut
- :clock330:
-
-
- phrase
- ๐
- shortcut
- :clock430:
-
-
- phrase
- ๐
- shortcut
- :clock530:
-
-
- phrase
- ๐ก
- shortcut
- :clock630:
-
-
- phrase
- ๐ข
- shortcut
- :clock730:
-
-
- phrase
- ๐ฃ
- shortcut
- :clock830:
-
-
- phrase
- ๐ค
- shortcut
- :clock930:
-
-
- phrase
- ๐ฅ
- shortcut
- :clock1030:
-
-
- phrase
- ๐ฆ
- shortcut
- :clock1130:
-
-
- phrase
- ๐ง
- shortcut
- :clock1230:
-
-
- phrase
- ๐ฏ
- shortcut
- :candle:
-
-
- phrase
- ๐ฐ
- shortcut
- :mantelpiece_clock:
-
-
- phrase
- ๐ณ
- shortcut
- :hole:
-
-
- phrase
- ๐ด
- shortcut
- :man_in_business_suit_levitating:
-
-
- phrase
- ๐ต
- shortcut
- :sleuth_or_spy:
-
-
- phrase
- ๐ถ
- shortcut
- :dark_sunglasses:
-
-
- phrase
- ๐ท
- shortcut
- :spider:
-
-
- phrase
- ๐ธ
- shortcut
- :spider_web:
-
-
- phrase
- ๐น
- shortcut
- :joystick:
-
-
- phrase
- ๐
- shortcut
- :linked_paperclips:
-
-
- phrase
- ๐
- shortcut
- :lower_left_ballpoint_pen:
-
-
- phrase
- ๐
- shortcut
- :lower_left_fountain_pen:
-
-
- phrase
- ๐
- shortcut
- :lower_left_paintbrush:
-
-
- phrase
- ๐
- shortcut
- :lower_left_crayon:
-
-
- phrase
- ๐
- shortcut
- :raised_hand_with_fingers_splayed:
-
-
- phrase
- ๐
- shortcut
- :middle_finger:
-
-
- phrase
- ๐
- shortcut
- :reversed_hand_with_middle_finger_extended:
-
-
- phrase
- ๐
- shortcut
- :spock-hand:
-
-
- phrase
- ๐
- shortcut
- :spock:
-
-
- phrase
- ๐ฅ
- shortcut
- :desktop_computer:
-
-
- phrase
- ๐จ
- shortcut
- :printer:
-
-
- phrase
- ๐ฑ
- shortcut
- :three_button_mouse:
-
-
- phrase
- ๐ฒ
- shortcut
- :trackball:
-
-
- phrase
- ๐ผ
- shortcut
- :frame_with_picture:
-
-
- phrase
- ๐
- shortcut
- :card_index_dividers:
-
-
- phrase
- ๐
- shortcut
- :card_file_box:
-
-
- phrase
- ๐
- shortcut
- :file_cabinet:
-
-
- phrase
- ๐
- shortcut
- :wastebasket:
-
-
- phrase
- ๐
- shortcut
- :spiral_note_pad:
-
-
- phrase
- ๐
- shortcut
- :spiral_calendar_pad:
-
-
- phrase
- ๐
- shortcut
- :compression:
-
-
- phrase
- ๐
- shortcut
- :old_key:
-
-
- phrase
- ๐
- shortcut
- :rolled_up_newspaper:
-
-
- phrase
- ๐ก
- shortcut
- :dagger_knife:
-
-
- phrase
- ๐ฃ
- shortcut
- :speaking_head_in_silhouette:
-
-
- phrase
- ๐จ
- shortcut
- :left_speech_bubble:
-
-
- phrase
- ๐ฏ
- shortcut
- :right_anger_bubble:
-
-
- phrase
- ๐ณ
- shortcut
- :ballot_box_with_ballot:
-
-
- phrase
- ๐บ
- shortcut
- :world_map:
-
-
- phrase
- ๐ป
- shortcut
- :mount_fuji:
-
-
- phrase
- ๐ผ
- shortcut
- :tokyo_tower:
-
-
- phrase
- ๐ฝ
- shortcut
- :statue_of_liberty:
-
-
- phrase
- ๐พ
- shortcut
- :japan:
-
-
- phrase
- ๐ฟ
- shortcut
- :moyai:
-
-
- phrase
- ๐
- shortcut
- :grinning:
-
-
- phrase
- ๐
- shortcut
- :grin:
-
-
- phrase
- ๐
- shortcut
- :joy:
-
-
- phrase
- ๐
- shortcut
- :smiley:
-
-
- phrase
- ๐
- shortcut
- :smile:
-
-
- phrase
- ๐
- shortcut
- :sweat_smile:
-
-
- phrase
- ๐
- shortcut
- :laughing:
-
-
- phrase
- ๐
- shortcut
- :satisfied:
-
-
- phrase
- ๐
- shortcut
- :innocent:
-
-
- phrase
- ๐
- shortcut
- :smiling_imp:
-
-
- phrase
- ๐
- shortcut
- :wink:
-
-
- phrase
- ๐
- shortcut
- :blush:
-
-
- phrase
- ๐
- shortcut
- :yum:
-
-
- phrase
- ๐
- shortcut
- :relieved:
-
-
- phrase
- ๐
- shortcut
- :heart_eyes:
-
-
- phrase
- ๐
- shortcut
- :sunglasses:
-
-
- phrase
- ๐
- shortcut
- :smirk:
-
-
- phrase
- ๐
- shortcut
- :neutral_face:
-
-
- phrase
- ๐
- shortcut
- :expressionless:
-
-
- phrase
- ๐
- shortcut
- :unamused:
-
-
- phrase
- ๐
- shortcut
- :sweat:
-
-
- phrase
- ๐
- shortcut
- :pensive:
-
-
- phrase
- ๐
- shortcut
- :confused:
-
-
- phrase
- ๐
- shortcut
- :confounded:
-
-
- phrase
- ๐
- shortcut
- :kissing:
-
-
- phrase
- ๐
- shortcut
- :kissing_heart:
-
-
- phrase
- ๐
- shortcut
- :kissing_smiling_eyes:
-
-
- phrase
- ๐
- shortcut
- :kissing_closed_eyes:
-
-
- phrase
- ๐
- shortcut
- :stuck_out_tongue:
-
-
- phrase
- ๐
- shortcut
- :stuck_out_tongue_winking_eye:
-
-
- phrase
- ๐
- shortcut
- :stuck_out_tongue_closed_eyes:
-
-
- phrase
- ๐
- shortcut
- :disappointed:
-
-
- phrase
- ๐
- shortcut
- :worried:
-
-
- phrase
- ๐
- shortcut
- :angry:
-
-
- phrase
- ๐ก
- shortcut
- :rage:
-
-
- phrase
- ๐ข
- shortcut
- :cry:
-
-
- phrase
- ๐ฃ
- shortcut
- :persevere:
-
-
- phrase
- ๐ค
- shortcut
- :triumph:
-
-
- phrase
- ๐ฅ
- shortcut
- :disappointed_relieved:
-
-
- phrase
- ๐ฆ
- shortcut
- :frowning:
-
-
- phrase
- ๐ง
- shortcut
- :anguished:
-
-
- phrase
- ๐จ
- shortcut
- :fearful:
-
-
- phrase
- ๐ฉ
- shortcut
- :weary:
-
-
- phrase
- ๐ช
- shortcut
- :sleepy:
-
-
- phrase
- ๐ซ
- shortcut
- :tired_face:
-
-
- phrase
- ๐ฌ
- shortcut
- :grimacing:
-
-
- phrase
- ๐ญ
- shortcut
- :sob:
-
-
- phrase
- ๐ฎ
- shortcut
- :open_mouth:
-
-
- phrase
- ๐ฏ
- shortcut
- :hushed:
-
-
- phrase
- ๐ฐ
- shortcut
- :cold_sweat:
-
-
- phrase
- ๐ฑ
- shortcut
- :scream:
-
-
- phrase
- ๐ฒ
- shortcut
- :astonished:
-
-
- phrase
- ๐ณ
- shortcut
- :flushed:
-
-
- phrase
- ๐ด
- shortcut
- :sleeping:
-
-
- phrase
- ๐ต
- shortcut
- :dizzy_face:
-
-
- phrase
- ๐ถ
- shortcut
- :no_mouth:
-
-
- phrase
- ๐ท
- shortcut
- :mask:
-
-
- phrase
- ๐ธ
- shortcut
- :smile_cat:
-
-
- phrase
- ๐น
- shortcut
- :joy_cat:
-
-
- phrase
- ๐บ
- shortcut
- :smiley_cat:
-
-
- phrase
- ๐ป
- shortcut
- :heart_eyes_cat:
-
-
- phrase
- ๐ผ
- shortcut
- :smirk_cat:
-
-
- phrase
- ๐ฝ
- shortcut
- :kissing_cat:
-
-
- phrase
- ๐พ
- shortcut
- :pouting_cat:
-
-
- phrase
- ๐ฟ
- shortcut
- :crying_cat_face:
-
-
- phrase
- ๐
- shortcut
- :scream_cat:
-
-
- phrase
- ๐
- shortcut
- :slightly_frowning_face:
-
-
- phrase
- ๐
- shortcut
- :simple_smile:
-
-
- phrase
- ๐
- shortcut
- :slightly_smiling_face:
-
-
- phrase
- ๐
- shortcut
- :upside_down_face:
-
-
- phrase
- ๐
- shortcut
- :face_with_rolling_eyes:
-
-
- phrase
- ๐
- shortcut
- :no_good:
-
-
- phrase
- ๐
- shortcut
- :ok_woman:
-
-
- phrase
- ๐
- shortcut
- :bow:
-
-
- phrase
- ๐
- shortcut
- :see_no_evil:
-
-
- phrase
- ๐
- shortcut
- :hear_no_evil:
-
-
- phrase
- ๐
- shortcut
- :speak_no_evil:
-
-
- phrase
- ๐
- shortcut
- :raising_hand:
-
-
- phrase
- ๐
- shortcut
- :raised_hands:
-
-
- phrase
- ๐
- shortcut
- :person_frowning:
-
-
- phrase
- ๐
- shortcut
- :person_with_pouting_face:
-
-
- phrase
- ๐
- shortcut
- :pouting:
-
-
- phrase
- ๐
- shortcut
- :pray:
-
-
- phrase
- ๐
- shortcut
- :rocket:
-
-
- phrase
- ๐
- shortcut
- :helicopter:
-
-
- phrase
- ๐
- shortcut
- :steam_locomotive:
-
-
- phrase
- ๐
- shortcut
- :railway_car:
-
-
- phrase
- ๐
- shortcut
- :bullettrain_side:
-
-
- phrase
- ๐
- shortcut
- :bullettrain_front:
-
-
- phrase
- ๐
- shortcut
- :train2:
-
-
- phrase
- ๐
- shortcut
- :metro:
-
-
- phrase
- ๐
- shortcut
- :light_rail:
-
-
- phrase
- ๐
- shortcut
- :station:
-
-
- phrase
- ๐
- shortcut
- :tram:
-
-
- phrase
- ๐
- shortcut
- :train:
-
-
- phrase
- ๐
- shortcut
- :bus:
-
-
- phrase
- ๐
- shortcut
- :oncoming_bus:
-
-
- phrase
- ๐
- shortcut
- :trolleybus:
-
-
- phrase
- ๐
- shortcut
- :busstop:
-
-
- phrase
- ๐
- shortcut
- :minibus:
-
-
- phrase
- ๐
- shortcut
- :ambulance:
-
-
- phrase
- ๐
- shortcut
- :fire_engine:
-
-
- phrase
- ๐
- shortcut
- :police_car:
-
-
- phrase
- ๐
- shortcut
- :oncoming_police_car:
-
-
- phrase
- ๐
- shortcut
- :taxi:
-
-
- phrase
- ๐
- shortcut
- :oncoming_taxi:
-
-
- phrase
- ๐
- shortcut
- :car:
-
-
- phrase
- ๐
- shortcut
- :red_car:
-
-
- phrase
- ๐
- shortcut
- :oncoming_automobile:
-
-
- phrase
- ๐
- shortcut
- :blue_car:
-
-
- phrase
- ๐
- shortcut
- :truck:
-
-
- phrase
- ๐
- shortcut
- :articulated_lorry:
-
-
- phrase
- ๐
- shortcut
- :tractor:
-
-
- phrase
- ๐
- shortcut
- :monorail:
-
-
- phrase
- ๐
- shortcut
- :mountain_railway:
-
-
- phrase
- ๐
- shortcut
- :suspension_railway:
-
-
- phrase
- ๐
- shortcut
- :mountain_cableway:
-
-
- phrase
- ๐ก
- shortcut
- :aerial_tramway:
-
-
- phrase
- ๐ข
- shortcut
- :ship:
-
-
- phrase
- ๐ฃ
- shortcut
- :rowboat:
-
-
- phrase
- ๐ค
- shortcut
- :speedboat:
-
-
- phrase
- ๐ฅ
- shortcut
- :traffic_light:
-
-
- phrase
- ๐ฆ
- shortcut
- :vertical_traffic_light:
-
-
- phrase
- ๐ง
- shortcut
- :construction:
-
-
- phrase
- ๐จ
- shortcut
- :rotating_light:
-
-
- phrase
- ๐ฉ
- shortcut
- :triangular_flag_on_post:
-
-
- phrase
- ๐ช
- shortcut
- :door:
-
-
- phrase
- ๐ซ
- shortcut
- :no_entry_sign:
-
-
- phrase
- ๐ฌ
- shortcut
- :smoking:
-
-
- phrase
- ๐ญ
- shortcut
- :no_smoking:
-
-
- phrase
- ๐ฎ
- shortcut
- :put_litter_in_its_place:
-
-
- phrase
- ๐ฏ
- shortcut
- :do_not_litter:
-
-
- phrase
- ๐ฐ
- shortcut
- :potable_water:
-
-
- phrase
- ๐ฑ
- shortcut
- :non-potable_water:
-
-
- phrase
- ๐ฒ
- shortcut
- :bike:
-
-
- phrase
- ๐ณ
- shortcut
- :no_bicycles:
-
-
- phrase
- ๐ด
- shortcut
- :bicyclist:
-
-
- phrase
- ๐ต
- shortcut
- :mountain_bicyclist:
-
-
- phrase
- ๐ถ
- shortcut
- :walking:
-
-
- phrase
- ๐ท
- shortcut
- :no_pedestrians:
-
-
- phrase
- ๐ธ
- shortcut
- :children_crossing:
-
-
- phrase
- ๐น
- shortcut
- :mens:
-
-
- phrase
- ๐บ
- shortcut
- :womens:
-
-
- phrase
- ๐ป
- shortcut
- :restroom:
-
-
- phrase
- ๐ผ
- shortcut
- :baby_symbol:
-
-
- phrase
- ๐ฝ
- shortcut
- :toilet:
-
-
- phrase
- ๐พ
- shortcut
- :wc:
-
-
- phrase
- ๐ฟ
- shortcut
- :shower:
-
-
- phrase
- ๐
- shortcut
- :bath:
-
-
- phrase
- ๐
- shortcut
- :bathtub:
-
-
- phrase
- ๐
- shortcut
- :passport_control:
-
-
- phrase
- ๐
- shortcut
- :customs:
-
-
- phrase
- ๐
- shortcut
- :baggage_claim:
-
-
- phrase
- ๐
- shortcut
- :left_luggage:
-
-
- phrase
- ๐
- shortcut
- :couch_and_lamp:
-
-
- phrase
- ๐
- shortcut
- :sleeping_accommodation:
-
-
- phrase
- ๐
- shortcut
- :shopping_bags:
-
-
- phrase
- ๐
- shortcut
- :bellhop_bell:
-
-
- phrase
- ๐
- shortcut
- :bed:
-
-
- phrase
- ๐
- shortcut
- :place_of_worship:
-
-
- phrase
- ๐
- shortcut
- :hammer_and_wrench:
-
-
- phrase
- ๐ก
- shortcut
- :shield:
-
-
- phrase
- ๐ข
- shortcut
- :oil_drum:
-
-
- phrase
- ๐ฃ
- shortcut
- :motorway:
-
-
- phrase
- ๐ค
- shortcut
- :railway_track:
-
-
- phrase
- ๐ฅ
- shortcut
- :motor_boat:
-
-
- phrase
- ๐ฉ
- shortcut
- :small_airplane:
-
-
- phrase
- ๐ซ
- shortcut
- :airplane_departure:
-
-
- phrase
- ๐ฌ
- shortcut
- :airplane_arriving:
-
-
- phrase
- ๐ฐ
- shortcut
- :satellite:
-
-
- phrase
- ๐ณ
- shortcut
- :passenger_ship:
-
-
- phrase
- ๐ค
- shortcut
- :zipper_mouth_face:
-
-
- phrase
- ๐ค
- shortcut
- :money_mouth_face:
-
-
- phrase
- ๐ค
- shortcut
- :face_with_thermometer:
-
-
- phrase
- ๐ค
- shortcut
- :nerd_face:
-
-
- phrase
- ๐ค
- shortcut
- :thinking_face:
-
-
- phrase
- ๐ค
- shortcut
- :thinking:
-
-
- phrase
- ๐ค
- shortcut
- :face_with_head_bandage:
-
-
- phrase
- ๐ค
- shortcut
- :robot_face:
-
-
- phrase
- ๐ค
- shortcut
- :hugging_face:
-
-
- phrase
- ๐ค
- shortcut
- :sign_of_the_horns:
-
-
- phrase
- ๐ค
- shortcut
- :the_horns:
-
-
- phrase
- ๐ฆ
- shortcut
- :crab:
-
-
- phrase
- ๐ฆ
- shortcut
- :lion_face:
-
-
- phrase
- ๐ฆ
- shortcut
- :scorpion:
-
-
- phrase
- ๐ฆ
- shortcut
- :turkey:
-
-
- phrase
- ๐ฆ
- shortcut
- :unicorn_face:
-
-
- phrase
- ๐ง
- shortcut
- :cheese_wedge:
-
-
- phrase
- โผ
- shortcut
- :bangbang:
-
-
- phrase
- โ
- shortcut
- :interrobang:
-
-
- phrase
- โข
- shortcut
- :tm:
-
-
- phrase
- โน
- shortcut
- :information_source:
-
-
- phrase
- โ
- shortcut
- :left_right_arrow:
-
-
- phrase
- โ
- shortcut
- :arrow_up_down:
-
-
- phrase
- โ
- shortcut
- :arrow_upper_left:
-
-
- phrase
- โ
- shortcut
- :arrow_upper_right:
-
-
- phrase
- โ
- shortcut
- :arrow_lower_right:
-
-
- phrase
- โ
- shortcut
- :arrow_lower_left:
-
-
- phrase
- โฉ
- shortcut
- :leftwards_arrow_with_hook:
-
-
- phrase
- โช
- shortcut
- :arrow_right_hook:
-
-
- phrase
- โ
- shortcut
- :watch:
-
-
- phrase
- โ
- shortcut
- :hourglass:
-
-
- phrase
- โจ
- shortcut
- :keyboard:
-
-
- phrase
- โฉ
- shortcut
- :fast_forward:
-
-
- phrase
- โช
- shortcut
- :rewind:
-
-
- phrase
- โซ
- shortcut
- :arrow_double_up:
-
-
- phrase
- โฌ
- shortcut
- :arrow_double_down:
-
-
- phrase
- โญ
- shortcut
- :black_right_pointing_double_triangle_with_vertical_bar:
-
-
- phrase
- โฎ
- shortcut
- :black_left_pointing_double_triangle_with_vertical_bar:
-
-
- phrase
- โฏ
- shortcut
- :black_right_pointing_triangle_with_double_vertical_bar:
-
-
- phrase
- โฐ
- shortcut
- :alarm_clock:
-
-
- phrase
- โฑ
- shortcut
- :stopwatch:
-
-
- phrase
- โฒ
- shortcut
- :timer_clock:
-
-
- phrase
- โณ
- shortcut
- :hourglass_flowing_sand:
-
-
- phrase
- โธ
- shortcut
- :double_vertical_bar:
-
-
- phrase
- โน
- shortcut
- :black_square_for_stop:
-
-
- phrase
- โบ
- shortcut
- :black_circle_for_record:
-
-
- phrase
- โ
- shortcut
- :m:
-
-
- phrase
- โช
- shortcut
- :black_small_square:
-
-
- phrase
- โซ
- shortcut
- :white_small_square:
-
-
- phrase
- โถ
- shortcut
- :arrow_forward:
-
-
- phrase
- โ
- shortcut
- :arrow_backward:
-
-
- phrase
- โฝ
- shortcut
- :white_medium_square:
-
-
- phrase
- โพ
- shortcut
- :black_medium_square:
-
-
- phrase
- โพ
- shortcut
- :white_medium_small_square:
-
-
- phrase
- โพ
- shortcut
- :black_medium_small_square:
-
-
- phrase
- โ
- shortcut
- :sunny:
-
-
- phrase
- โ
- shortcut
- :cloud:
-
-
- phrase
- โ
- shortcut
- :showman:
-
-
- phrase
- โ
- shortcut
- :comet:
-
-
- phrase
- โ
- shortcut
- :ballot_box_with_check:
-
-
- phrase
- โ
- shortcut
- :umbrella:
-
-
- phrase
- โ
- shortcut
- :coffee:
-
-
- phrase
- โ
- shortcut
- :shamrock:
-
-
- phrase
- โ
- shortcut
- :point_up:
-
-
- phrase
- โ
- shortcut
- :skull_and_crossbones:
-
-
- phrase
- โข
- shortcut
- :radioactive_sign:
-
-
- phrase
- โฃ
- shortcut
- :biohazard_sign:
-
-
- phrase
- โฆ
- shortcut
- :orthodox_cross:
-
-
- phrase
- โช
- shortcut
- :star_and_crescent:
-
-
- phrase
- โฎ
- shortcut
- :peace_symbol:
-
-
- phrase
- โฏ
- shortcut
- :yin_yang:
-
-
- phrase
- โธ
- shortcut
- :wheel_of_dharma:
-
-
- phrase
- โน
- shortcut
- :white_frowning_face:
-
-
- phrase
- โบ
- shortcut
- :relaxed:
-
-
- phrase
- โ
- shortcut
- :aries:
-
-
- phrase
- โ
- shortcut
- :taurus:
-
-
- phrase
- โ
- shortcut
- :gemini:
-
-
- phrase
- โ
- shortcut
- :cancer:
-
-
- phrase
- โ
- shortcut
- :leo:
-
-
- phrase
- โ
- shortcut
- :virgo:
-
-
- phrase
- โ
- shortcut
- :libra:
-
-
- phrase
- โ
- shortcut
- :scorpius:
-
-
- phrase
- โ
- shortcut
- :sagittarius:
-
-
- phrase
- โ
- shortcut
- :capricorn:
-
-
- phrase
- โ
- shortcut
- :aquarius:
-
-
- phrase
- โ
- shortcut
- :pisces:
-
-
- phrase
- โ
- shortcut
- :spades:
-
-
- phrase
- โฃ
- shortcut
- :clubs:
-
-
- phrase
- โฅ
- shortcut
- :hearts:
-
-
- phrase
- โฆ
- shortcut
- :diamonds:
-
-
- phrase
- โจ
- shortcut
- :hotsprings:
-
-
- phrase
- โป
- shortcut
- :recycle:
-
-
- phrase
- โฟ
- shortcut
- :wheelchair:
-
-
- phrase
- โ
- shortcut
- :hammer_and_pick:
-
-
- phrase
- โ
- shortcut
- :anchor:
-
-
- phrase
- โ
- shortcut
- :crossed_swords:
-
-
- phrase
- โ
- shortcut
- :scales:
-
-
- phrase
- โ
- shortcut
- :alembic:
-
-
- phrase
- โ
- shortcut
- :gear:
-
-
- phrase
- โ
- shortcut
- :atom_symbol:
-
-
- phrase
- โ
- shortcut
- :fleur_de_lis:
-
-
- phrase
- โ
- shortcut
- :warning:
-
-
- phrase
- โก
- shortcut
- :zap:
-
-
- phrase
- โช
- shortcut
- :white_circle:
-
-
- phrase
- โซ
- shortcut
- :black_circle:
-
-
- phrase
- โฐ
- shortcut
- :coffin:
-
-
- phrase
- โฑ
- shortcut
- :funeral_urn:
-
-
- phrase
- โฝ
- shortcut
- :soccer:
-
-
- phrase
- โพ๏ธ
- shortcut
- :baseball:
-
-
- phrase
- โ
- shortcut
- :snowman:
-
-
- phrase
- โ
- shortcut
- :partly_sunny:
-
-
- phrase
- โ
- shortcut
- :thunder_cloud_and_rain:
-
-
- phrase
- โ
- shortcut
- :ophiuchus:
-
-
- phrase
- โ
- shortcut
- :pick:
-
-
- phrase
- โ
- shortcut
- :helmet_with_white_cross:
-
-
- phrase
- โ
- shortcut
- :chains:
-
-
- phrase
- โ
- shortcut
- :no_entry:
-
-
- phrase
- โฉ
- shortcut
- :shinto_shrine:
-
-
- phrase
- โช
- shortcut
- :church:
-
-
- phrase
- โฐ
- shortcut
- :mountain:
-
-
- phrase
- โฑ
- shortcut
- :umbrella_on_ground:
-
-
- phrase
- โฒ
- shortcut
- :fountain:
-
-
- phrase
- โณ
- shortcut
- :golf:
-
-
- phrase
- โด
- shortcut
- :ferry:
-
-
- phrase
- โด
- shortcut
- :boat:
-
-
- phrase
- โต
- shortcut
- :sailboat:
-
-
- phrase
- โท
- shortcut
- :skier:
-
-
- phrase
- โธ
- shortcut
- :ice_skate:
-
-
- phrase
- โน
- shortcut
- :person_with_ball:
-
-
- phrase
- โบ
- shortcut
- :tent:
-
-
- phrase
- โฝ
- shortcut
- :fuelpump:
-
-
- phrase
- โ
- shortcut
- :scissors:
-
-
- phrase
- โ
- shortcut
- :white_check_mark:
-
-
- phrase
- โ
- shortcut
- :airplane:
-
-
- phrase
- โ
- shortcut
- :email:
-
-
- phrase
- โ
- shortcut
- :envelope:
-
-
- phrase
- โ
- shortcut
- :fist:
-
-
- phrase
- โ
- shortcut
- :hand:
-
-
- phrase
- โ
- shortcut
- :raised_hand:
-
-
- phrase
- โ
- shortcut
- :v:
-
-
- phrase
- โ
- shortcut
- :writing_hand:
-
-
- phrase
- โ
- shortcut
- :pencil2:
-
-
- phrase
- โ
- shortcut
- :black_nib:
-
-
- phrase
- โ
- shortcut
- :heavy_check_mark:
-
-
- phrase
- โ
- shortcut
- :heavy_multiplication_x:
-
-
- phrase
- โ
- shortcut
- :latin_cross:
-
-
- phrase
- โก
- shortcut
- :star_of_david:
-
-
- phrase
- โจ
- shortcut
- :sparkles:
-
-
- phrase
- โณ
- shortcut
- :eight_spoked_asterisk:
-
-
- phrase
- โด
- shortcut
- :eight_pointed_black_star:
-
-
- phrase
- โ
- shortcut
- :snowflake:
-
-
- phrase
- โ
- shortcut
- :sparkle:
-
-
- phrase
- โ
- shortcut
- :x:
-
-
- phrase
- โ
- shortcut
- :negative_squared_cross_mark:
-
-
- phrase
- โ
- shortcut
- :question:
-
-
- phrase
- โ
- shortcut
- :grey_question:
-
-
- phrase
- โ
- shortcut
- :grey_exclamation:
-
-
- phrase
- โ
- shortcut
- :exclamation:
-
-
- phrase
- โ
- shortcut
- :heavy_exclamation_mark:
-
-
- phrase
- โฃ
- shortcut
- :heavy_heart_exclamation_mark_ornament:
-
-
- phrase
- โค
- shortcut
- :heart:
-
-
- phrase
- โ
- shortcut
- :heavy_plus_sign:
-
-
- phrase
- โ
- shortcut
- :heavy_minus_sign:
-
-
- phrase
- โ
- shortcut
- :heavy_division_sign:
-
-
- phrase
- โก
- shortcut
- :arrow_right:
-
-
- phrase
- โฐ
- shortcut
- :curly_loop:
-
-
- phrase
- โฟ
- shortcut
- :loop:
-
-
- phrase
- โฌ
- shortcut
- :arrow_heading_up:
-
-
- phrase
- โฌ
- shortcut
- :arrow_heading_down:
-
-
- phrase
- โฌ
- shortcut
- :arrow_left:
-
-
- phrase
- โฌ
- shortcut
- :arrow_up:
-
-
- phrase
- โฌ
- shortcut
- :arrow_down:
-
-
- phrase
- โฌ
- shortcut
- :black_large_square:
-
-
- phrase
- โฌ
- shortcut
- :white_large_square:
-
-
- phrase
- โญ
- shortcut
- :star:
-
-
- phrase
- โญ
- shortcut
- :o:
-
-
- phrase
- ใฐ
- shortcut
- :wavy_dash:
-
-
- phrase
- ใฝ
- shortcut
- :part_alternation_mark:
-
-
- phrase
- ใ
- shortcut
- :congratulations:
-
-
- phrase
- ใ
- shortcut
- :secret:
-
-
- phrase
- โพ
- shortcut
- :blackbox:
-
-
- phrase
- ๐
- shortcut
- :trump:
-
-
- phrase
- ๐
- shortcut
- :millenial:
-
-
- phrase
- ๐๐๐
- shortcut
- :millenials:
-
-
- phrase
- ๐
- shortcut
- :booty:
-
-
-
diff --git a/bin/shell/.bash_aliases b/bin/shell/.bash_aliases
index 23d4b69a..480e3644 100644
--- a/bin/shell/.bash_aliases
+++ b/bin/shell/.bash_aliases
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
-# bash_aliases
-
# Home Folders
alias home="cd ~ && clear"
alias apps="cd /Applications/"
diff --git a/bin/shell/.zprofile b/bin/shell/.zprofile
new file mode 100644
index 00000000..79f65b5f
--- /dev/null
+++ b/bin/shell/.zprofile
@@ -0,0 +1 @@
+eval "$(/opt/homebrew/bin/brew shellenv)"
\ No newline at end of file
diff --git a/bin/shell/.zshenv b/bin/shell/.zshenv
index 26d507ec..cf313628 100644
--- a/bin/shell/.zshenv
+++ b/bin/shell/.zshenv
@@ -1 +1 @@
-export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/opt/homebrew/share/zsh-syntax-highlighting/highlighters
+export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/opt/homebrew/share/zsh-syntax-highlighting/highlighters
\ No newline at end of file
diff --git a/bin/shell/.zshrc b/bin/shell/.zshrc
index 930de5c9..ef991545 100644
--- a/bin/shell/.zshrc
+++ b/bin/shell/.zshrc
@@ -1,43 +1,40 @@
-# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
-# Initialization code that may require console input (password prompts, [y/n]
-# confirmations, etc.) must go above this block; everything else may go below.
+## Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
-# If you come from bash you might have to change your $PATH.
-# export PATH=$HOME/bin:/usr/local/bin:$PATH
+## Exports
+
+# Update path
+#!/usr/bin/sh
+export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
-export ZSH="/Users/frances/.oh-my-zsh"
+export ZSH="$HOME/.oh-my-zsh"
export NVM_DIR="$HOME/.nvm"
-[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
-[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion
+[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
+[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion"
-#!/usr/bin/sh
-export PATH=$HOME/bin:/usr/local/bin:$PATH
-export PATH=~/.composer/vendor/bin:$PATH
+# Set name of the theme to load.
+ZSH_THEME="powerlevel10k/powerlevel10k"
-# Path to your oh-my-zsh configuration.
-ZSH=$HOME/.oh-my-zsh
+# Fix invalid input issue
+export LC_CTYPE=C
+export LANG=C
# VS Code as default editor
export EDITOR="code -w"
-# Set name of the theme to load.
-# Look in ~/.oh-my-zsh/themes/
-# Optionally, if you set this to "random", it'll load a random theme each
-# time that oh-my-zsh is loaded.
-# ZSH_THEME="refined"
-# ZSH_THEME="materialshell"
-ZSH_THEME="powerlevel10k/powerlevel10k"
+# Uncomment to change how often before auto-updates occur? (in days)
+export UPDATE_ZSH_DAYS=1
+
+## Aliases
-# aliases
alias zshconfig="subl $HOME/.zshrc"
alias ohmyzsh="cd $HOME/.oh-my-zsh"
-# home folders
+# Home folders
alias home="cd $HOME && clear"
alias apps="cd $HOME/Applications/"
alias music="cd $HOME/Music/"
@@ -51,22 +48,12 @@ CASE_SENSITIVE="true"
# Uncomment this to disable bi-weekly auto-update checks
DISABLE_AUTO_UPDATE="false"
-# Uncomment to change how often before auto-updates occur? (in days)
-export UPDATE_ZSH_DAYS=1
-
# Uncomment following line if you want to disable auto setting terminal title.
DISABLE_AUTO_TITLE="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
-# Example format: plugins=(rails git textmate ruby lighthouse)
-# plugins=(zsh-syntax-highlighting git macos ruby zsh-wakatime zsh-autosuggestions)
-plugins=(git macos ruby zsh-wakatime)
-
-source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
-
-source $ZSH/oh-my-zsh.sh
+plugins=(git macos ruby zsh-wakatime zsh-syntax-highlighting zsh-autosuggestions)
# Homebrew
export PATH=/usr/local/bin:$PATH
@@ -77,7 +64,7 @@ export PATH=/usr/local/share/npm/bin:$PATH
# Make /Applications the default location of apps
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
-# cd & ls-a
+# Show all files when changing directory
function cd() {
new_directory="$*";
if [ $# -eq 0 ]; then
@@ -86,18 +73,11 @@ function cd() {
builtin cd "${new_directory}" && ls -a
}
-# reset launchpad
-function reset_launchpad() {
- defaults write com.apple.dock ResetLaunchPad -bool TRUE;
- killAll Dock;
-}
-
-# reset menubar
-function reset_menubar() {
- killall -KILL SystemUIServer
-}
-
+# p10k configuration
+[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet
-# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
-[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
\ No newline at end of file
+# Finalizing
+source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
+source $ZSH/oh-my-zsh.sh
\ No newline at end of file
diff --git a/bin/shell/hyper/hyper.config.js b/bin/shell/hyper/hyper.config.js
index c4f7c042..6a5647cf 100644
--- a/bin/shell/hyper/hyper.config.js
+++ b/bin/shell/hyper/hyper.config.js
@@ -6,7 +6,7 @@ module.exports = {
config: {
// hyper-spotify config
hyperSpotify: {
- position: "bottom" // or 'bottom'
+ position: "bottom", // or 'bottom'
},
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
@@ -37,8 +37,7 @@ module.exports = {
borderColor: "",
// custom css to embed in the main window
- css:
- "li.tab_tab.tab_active, .tab_tab.tab_active { border-bottom-width: 2px !important; border-bottom-color: #42A5F5 !important; } .tabs-nav { font-size: 20px !important; };",
+ css: "li.tab_tab.tab_active, .tab_tab.tab_active { border-bottom-width: 2px !important; border-bottom-color: #42A5F5 !important; } .tabs-nav { font-size: 20px !important; };",
// custom css to embed in the terminal window
termCSS: "",
@@ -74,7 +73,7 @@ module.exports = {
lightBlue: "#42A5F5",
lightMagenta: "#D81B60",
lightCyan: "#00ACC1",
- lightWhite: "#F5F5F5"
+ lightWhite: "#F5F5F5",
},
// the shell to run when spawning a new session (i.e. /usr/local/bin/fish)
@@ -102,7 +101,7 @@ module.exports = {
bell: "SOUND",
// if true, selected text will automatically be copied to the clipboard
- copyOnSelect: false
+ copyOnSelect: false,
// if true, on right click selected text will be copied or pasted if no
// selection is present (true by default on Windows)
@@ -125,7 +124,7 @@ module.exports = {
`hypercwd`,
// `hyper-one-light`,
`hyper-sync-settings`,
- `hyperterm-paste`
+ `hyperterm-paste`,
],
// in development, you can create a directory under
@@ -136,5 +135,5 @@ module.exports = {
keymaps: {
// Example
// 'window:devtools': 'cmd+alt+o',
- }
+ },
};
diff --git a/bin/shell/iterm/Materialize.json b/bin/shell/iterm/Materialize.json
index 6fa83786..bd73cae2 100644
--- a/bin/shell/iterm/Materialize.json
+++ b/bin/shell/iterm/Materialize.json
@@ -1,358 +1,351 @@
{
- "Guid" : "886C9DCE-E700-4290-912F-0E40F57D680B",
- "Tags" : [
- "material"
- ],
- "Ansi 12 Color" : {
- "Green Component" : 0.81066548824310303,
- "Blue Component" : 0.99898606538772583,
- "Red Component" : 0.43880558013916021
+ "Guid": "886C9DCE-E700-4290-912F-0E40F57D680B",
+ "Tags": ["material"],
+ "Ansi 12 Color": {
+ "Green Component": 0.81066548824310303,
+ "Blue Component": 0.99898606538772583,
+ "Red Component": 0.43880558013916021
},
- "Ansi 2 Color" : {
- "Green Component" : 0.94388872385025024,
- "Blue Component" : 0.62042194604873657,
- "Red Component" : 0.36202818155288702
+ "Ansi 2 Color": {
+ "Green Component": 0.94388872385025024,
+ "Blue Component": 0.62042194604873657,
+ "Red Component": 0.36202818155288702
},
- "Normal Font" : "MesloLGS-NF-Regular 20",
- "Bold Color" : {
- "Green Component" : 0.91671288013458252,
- "Blue Component" : 0.91648769378662109,
- "Red Component" : 0.91654461622238159
+ "Normal Font": "MesloLGS-NF-Regular 20",
+ "Bold Color": {
+ "Green Component": 0.91671288013458252,
+ "Blue Component": 0.91648769378662109,
+ "Red Component": 0.91654461622238159
},
- "Custom Directory" : "No",
- "Ansi 4 Color" : {
- "Green Component" : 0.7149810791015625,
- "Blue Component" : 0.99871528148651123,
- "Red Component" : 0.215079665184021
+ "Custom Directory": "No",
+ "Ansi 4 Color": {
+ "Green Component": 0.7149810791015625,
+ "Blue Component": 0.99871528148651123,
+ "Red Component": 0.215079665184021
},
- "Right Option Key Sends" : 0,
- "Rows" : 25,
- "Default Bookmark" : "No",
- "Cursor Guide Color" : {
- "Red Component" : 0.70213186740875244,
- "Color Space" : "sRGB",
- "Blue Component" : 1,
- "Alpha Component" : 0.25,
- "Green Component" : 0.9268307089805603
+ "Right Option Key Sends": 0,
+ "Rows": 25,
+ "Default Bookmark": "No",
+ "Cursor Guide Color": {
+ "Red Component": 0.70213186740875244,
+ "Color Space": "sRGB",
+ "Blue Component": 1,
+ "Alpha Component": 0.25,
+ "Green Component": 0.9268307089805603
},
- "Non-ASCII Anti Aliased" : true,
- "Use Bright Bold" : true,
- "Ansi 10 Color" : {
- "Green Component" : 0.96712285280227661,
- "Blue Component" : 0.74659085273742676,
- "Red Component" : 0.67800694704055786
+ "Non-ASCII Anti Aliased": true,
+ "Use Bright Bold": true,
+ "Ansi 10 Color": {
+ "Green Component": 0.96712285280227661,
+ "Blue Component": 0.74659085273742676,
+ "Red Component": 0.67800694704055786
},
- "Ambiguous Double Width" : false,
- "Jobs to Ignore" : [
- "rlogin",
- "ssh",
- "slogin",
- "telnet"
- ],
- "Ansi 15 Color" : {
- "Green Component" : 0.99997437000274658,
- "Blue Component" : 0.99999129772186279,
- "Red Component" : 1
+ "Ambiguous Double Width": false,
+ "Jobs to Ignore": ["rlogin", "ssh", "slogin", "telnet"],
+ "Ansi 15 Color": {
+ "Green Component": 0.99997437000274658,
+ "Blue Component": 0.99999129772186279,
+ "Red Component": 1
},
- "Foreground Color" : {
- "Green Component" : 0.92142927646636963,
- "Blue Component" : 0.93115901947021484,
- "Red Component" : 0.90730977058410645
+ "Foreground Color": {
+ "Green Component": 0.92142927646636963,
+ "Blue Component": 0.93115901947021484,
+ "Red Component": 0.90730977058410645
},
- "Working Directory" : "\/Users\/frances.coronel",
- "Blinking Cursor" : true,
- "Disable Window Resizing" : true,
- "Sync Title" : false,
- "Prompt Before Closing 2" : false,
- "BM Growl" : true,
- "Command" : "",
- "Description" : "Default",
- "Mouse Reporting" : true,
- "Screen" : -2,
- "Selection Color" : {
- "Green Component" : 0.41462835669517523,
- "Blue Component" : 0.47096589207649231,
- "Red Component" : 0.30659490823745728
+ "Working Directory": "/Users/francescoronel",
+ "Blinking Cursor": true,
+ "Disable Window Resizing": true,
+ "Sync Title": false,
+ "Prompt Before Closing 2": false,
+ "BM Growl": true,
+ "Command": "",
+ "Description": "Default",
+ "Mouse Reporting": true,
+ "Screen": -2,
+ "Selection Color": {
+ "Green Component": 0.41462835669517523,
+ "Blue Component": 0.47096589207649231,
+ "Red Component": 0.30659490823745728
},
- "Columns" : 80,
- "Idle Code" : 0,
- "Ansi 13 Color" : {
- "Green Component" : 0.40164706110954279,
- "Blue Component" : 0.60766077041625977,
- "Red Component" : 0.9887651801109314
+ "Columns": 80,
+ "Idle Code": 0,
+ "Ansi 13 Color": {
+ "Green Component": 0.40164706110954279,
+ "Blue Component": 0.60766077041625977,
+ "Red Component": 0.9887651801109314
},
- "Custom Command" : "No",
- "ASCII Anti Aliased" : true,
- "Non Ascii Font" : "Monaco 12",
- "Vertical Spacing" : 1,
- "Use Bold Font" : true,
- "Option Key Sends" : 0,
- "Selected Text Color" : {
- "Green Component" : 0.92142927646636963,
- "Blue Component" : 0.93115901947021484,
- "Red Component" : 0.90730977058410645
+ "Custom Command": "No",
+ "ASCII Anti Aliased": true,
+ "Non Ascii Font": "Monaco 12",
+ "Vertical Spacing": 1,
+ "Use Bold Font": true,
+ "Option Key Sends": 0,
+ "Selected Text Color": {
+ "Green Component": 0.92142927646636963,
+ "Blue Component": 0.93115901947021484,
+ "Red Component": 0.90730977058410645
},
- "Background Color" : {
- "Green Component" : 0.1474502086639404,
- "Blue Component" : 0.16608485579490659,
- "Red Component" : 0.1127838268876076
+ "Background Color": {
+ "Green Component": 0.1474502086639404,
+ "Blue Component": 0.16608485579490659,
+ "Red Component": 0.1127838268876076
},
- "Character Encoding" : 4,
- "Ansi 11 Color" : {
- "Green Component" : 0.88262283802032471,
- "Blue Component" : 0.42511638998985291,
- "Red Component" : 0.99765938520431519
+ "Character Encoding": 4,
+ "Ansi 11 Color": {
+ "Green Component": 0.88262283802032471,
+ "Blue Component": 0.42511638998985291,
+ "Red Component": 0.99765938520431519
},
- "Use Italic Font" : true,
- "Unlimited Scrollback" : false,
- "Keyboard Map" : {
- "0xf700-0x260000" : {
- "Text" : "[1;6A",
- "Action" : 10
+ "Use Italic Font": true,
+ "Unlimited Scrollback": false,
+ "Keyboard Map": {
+ "0xf700-0x260000": {
+ "Text": "[1;6A",
+ "Action": 10
},
- "0x37-0x40000" : {
- "Text" : "0x1f",
- "Action" : 11
+ "0x37-0x40000": {
+ "Text": "0x1f",
+ "Action": 11
},
- "0x32-0x40000" : {
- "Text" : "0x00",
- "Action" : 11
+ "0x32-0x40000": {
+ "Text": "0x00",
+ "Action": 11
},
- "0xf709-0x20000" : {
- "Text" : "[17;2~",
- "Action" : 10
+ "0xf709-0x20000": {
+ "Text": "[17;2~",
+ "Action": 10
},
- "0xf70c-0x20000" : {
- "Text" : "[20;2~",
- "Action" : 10
+ "0xf70c-0x20000": {
+ "Text": "[20;2~",
+ "Action": 10
},
- "0xf729-0x20000" : {
- "Text" : "[1;2H",
- "Action" : 10
+ "0xf729-0x20000": {
+ "Text": "[1;2H",
+ "Action": 10
},
- "0xf72b-0x40000" : {
- "Text" : "[1;5F",
- "Action" : 10
+ "0xf72b-0x40000": {
+ "Text": "[1;5F",
+ "Action": 10
},
- "0xf705-0x20000" : {
- "Text" : "[1;2Q",
- "Action" : 10
+ "0xf705-0x20000": {
+ "Text": "[1;2Q",
+ "Action": 10
},
- "0xf703-0x260000" : {
- "Text" : "[1;6C",
- "Action" : 10
+ "0xf703-0x260000": {
+ "Text": "[1;6C",
+ "Action": 10
},
- "0xf700-0x220000" : {
- "Text" : "[1;2A",
- "Action" : 10
+ "0xf700-0x220000": {
+ "Text": "[1;2A",
+ "Action": 10
},
- "0xf701-0x280000" : {
- "Text" : "0x1b 0x1b 0x5b 0x42",
- "Action" : 11
+ "0xf701-0x280000": {
+ "Text": "0x1b 0x1b 0x5b 0x42",
+ "Action": 11
},
- "0x38-0x40000" : {
- "Text" : "0x7f",
- "Action" : 11
+ "0x38-0x40000": {
+ "Text": "0x7f",
+ "Action": 11
},
- "0x33-0x40000" : {
- "Text" : "0x1b",
- "Action" : 11
+ "0x33-0x40000": {
+ "Text": "0x1b",
+ "Action": 11
},
- "0xf703-0x220000" : {
- "Text" : "[1;2C",
- "Action" : 10
+ "0xf703-0x220000": {
+ "Text": "[1;2C",
+ "Action": 10
},
- "0xf701-0x240000" : {
- "Text" : "[1;5B",
- "Action" : 10
- },
- "0xf70d-0x20000" : {
- "Text" : "[21;2~",
- "Action" : 10
- },
- "0xf702-0x260000" : {
- "Text" : "[1;6D",
- "Action" : 10
- },
- "0xf729-0x40000" : {
- "Text" : "[1;5H",
- "Action" : 10
- },
- "0xf706-0x20000" : {
- "Text" : "[1;2R",
- "Action" : 10
- },
- "0x34-0x40000" : {
- "Text" : "0x1c",
- "Action" : 11
- },
- "0xf700-0x280000" : {
- "Text" : "0x1b 0x1b 0x5b 0x41",
- "Action" : 11
- },
- "0x2d-0x40000" : {
- "Text" : "0x1f",
- "Action" : 11
- },
- "0xf70e-0x20000" : {
- "Text" : "[23;2~",
- "Action" : 10
- },
- "0xf702-0x220000" : {
- "Text" : "[1;2D",
- "Action" : 10
- },
- "0xf703-0x280000" : {
- "Text" : "0x1b 0x1b 0x5b 0x43",
- "Action" : 11
- },
- "0xf700-0x240000" : {
- "Text" : "[1;5A",
- "Action" : 10
+ "0xf701-0x240000": {
+ "Text": "[1;5B",
+ "Action": 10
+ },
+ "0xf70d-0x20000": {
+ "Text": "[21;2~",
+ "Action": 10
+ },
+ "0xf702-0x260000": {
+ "Text": "[1;6D",
+ "Action": 10
+ },
+ "0xf729-0x40000": {
+ "Text": "[1;5H",
+ "Action": 10
+ },
+ "0xf706-0x20000": {
+ "Text": "[1;2R",
+ "Action": 10
+ },
+ "0x34-0x40000": {
+ "Text": "0x1c",
+ "Action": 11
+ },
+ "0xf700-0x280000": {
+ "Text": "0x1b 0x1b 0x5b 0x41",
+ "Action": 11
+ },
+ "0x2d-0x40000": {
+ "Text": "0x1f",
+ "Action": 11
+ },
+ "0xf70e-0x20000": {
+ "Text": "[23;2~",
+ "Action": 10
+ },
+ "0xf702-0x220000": {
+ "Text": "[1;2D",
+ "Action": 10
+ },
+ "0xf703-0x280000": {
+ "Text": "0x1b 0x1b 0x5b 0x43",
+ "Action": 11
+ },
+ "0xf700-0x240000": {
+ "Text": "[1;5A",
+ "Action": 10
},
- "0xf707-0x20000" : {
- "Text" : "[1;2S",
- "Action" : 10
+ "0xf707-0x20000": {
+ "Text": "[1;2S",
+ "Action": 10
},
- "0xf70a-0x20000" : {
- "Text" : "[18;2~",
- "Action" : 10
+ "0xf70a-0x20000": {
+ "Text": "[18;2~",
+ "Action": 10
},
- "0x35-0x40000" : {
- "Text" : "0x1d",
- "Action" : 11
+ "0x35-0x40000": {
+ "Text": "0x1d",
+ "Action": 11
},
- "0xf70f-0x20000" : {
- "Text" : "[24;2~",
- "Action" : 10
+ "0xf70f-0x20000": {
+ "Text": "[24;2~",
+ "Action": 10
},
- "0xf703-0x240000" : {
- "Text" : "[1;5C",
- "Action" : 10
+ "0xf703-0x240000": {
+ "Text": "[1;5C",
+ "Action": 10
},
- "0xf701-0x260000" : {
- "Text" : "[1;6B",
- "Action" : 10
+ "0xf701-0x260000": {
+ "Text": "[1;6B",
+ "Action": 10
},
- "0xf702-0x280000" : {
- "Text" : "0x1b 0x1b 0x5b 0x44",
- "Action" : 11
+ "0xf702-0x280000": {
+ "Text": "0x1b 0x1b 0x5b 0x44",
+ "Action": 11
},
- "0xf72b-0x20000" : {
- "Text" : "[1;2F",
- "Action" : 10
+ "0xf72b-0x20000": {
+ "Text": "[1;2F",
+ "Action": 10
},
- "0x36-0x40000" : {
- "Text" : "0x1e",
- "Action" : 11
+ "0x36-0x40000": {
+ "Text": "0x1e",
+ "Action": 11
},
- "0xf708-0x20000" : {
- "Text" : "[15;2~",
- "Action" : 10
+ "0xf708-0x20000": {
+ "Text": "[15;2~",
+ "Action": 10
},
- "0xf701-0x220000" : {
- "Text" : "[1;2B",
- "Action" : 10
+ "0xf701-0x220000": {
+ "Text": "[1;2B",
+ "Action": 10
},
- "0xf70b-0x20000" : {
- "Text" : "[19;2~",
- "Action" : 10
+ "0xf70b-0x20000": {
+ "Text": "[19;2~",
+ "Action": 10
},
- "0xf702-0x240000" : {
- "Text" : "[1;5D",
- "Action" : 10
+ "0xf702-0x240000": {
+ "Text": "[1;5D",
+ "Action": 10
},
- "0xf704-0x20000" : {
- "Text" : "[1;2P",
- "Action" : 10
+ "0xf704-0x20000": {
+ "Text": "[1;2P",
+ "Action": 10
}
},
- "Window Type" : 0,
- "Background Image Location" : "",
- "Blur" : false,
- "Badge Color" : {
- "Red Component" : 1,
- "Color Space" : "sRGB",
- "Blue Component" : 0,
- "Alpha Component" : 0.5,
- "Green Component" : 0.1491314172744751
+ "Window Type": 0,
+ "Background Image Location": "",
+ "Blur": false,
+ "Badge Color": {
+ "Red Component": 1,
+ "Color Space": "sRGB",
+ "Blue Component": 0,
+ "Alpha Component": 0.5,
+ "Green Component": 0.1491314172744751
},
- "Scrollback Lines" : 1000,
- "Send Code When Idle" : false,
- "Close Sessions On End" : true,
- "Terminal Type" : "xterm-256color",
- "Visual Bell" : true,
- "Flashing Bell" : false,
- "Badge Text" : "",
- "Silence Bell" : false,
- "Ansi 14 Color" : {
- "Green Component" : 1,
- "Blue Component" : 0.90182536840438843,
- "Red Component" : 0.60292786359786987
+ "Scrollback Lines": 1000,
+ "Send Code When Idle": false,
+ "Close Sessions On End": true,
+ "Terminal Type": "xterm-256color",
+ "Visual Bell": true,
+ "Flashing Bell": false,
+ "Badge Text": "",
+ "Silence Bell": false,
+ "Ansi 14 Color": {
+ "Green Component": 1,
+ "Blue Component": 0.90182536840438843,
+ "Red Component": 0.60292786359786987
},
- "Name" : "Materialize",
- "Cursor Text Color" : {
- "Green Component" : 0,
- "Blue Component" : 0,
- "Red Component" : 0
+ "Name": "Materialize",
+ "Cursor Text Color": {
+ "Green Component": 0,
+ "Blue Component": 0,
+ "Red Component": 0
},
- "Open Toolbelt" : false,
- "Shortcut" : "",
- "Cursor Color" : {
- "Red Component" : 1,
- "Color Space" : "sRGB",
- "Blue Component" : 0.25098039215686269,
- "Alpha Component" : 1,
- "Green Component" : 0.84313725490196079
+ "Open Toolbelt": false,
+ "Shortcut": "",
+ "Cursor Color": {
+ "Red Component": 1,
+ "Color Space": "sRGB",
+ "Blue Component": 0.25098039215686269,
+ "Alpha Component": 1,
+ "Green Component": 0.84313725490196079
},
- "Ansi 0 Color" : {
- "Green Component" : 0.35616019368171692,
- "Blue Component" : 0.40253299474716192,
- "Red Component" : 0.26286587119102478
+ "Ansi 0 Color": {
+ "Green Component": 0.35616019368171692,
+ "Blue Component": 0.40253299474716192,
+ "Red Component": 0.26286587119102478
},
- "Ansi 1 Color" : {
- "Green Component" : 0.22098405659198761,
- "Blue Component" : 0.25575384497642523,
- "Red Component" : 0.9871404767036438
+ "Ansi 1 Color": {
+ "Green Component": 0.22098405659198761,
+ "Blue Component": 0.25575384497642523,
+ "Red Component": 0.9871404767036438
},
- "Horizontal Spacing" : 1,
- "Ansi 3 Color" : {
- "Green Component" : 0.81672251224517822,
- "Blue Component" : 0.19727933406829831,
- "Red Component" : 0.99627053737640381
+ "Horizontal Spacing": 1,
+ "Ansi 3 Color": {
+ "Green Component": 0.81672251224517822,
+ "Blue Component": 0.19727933406829831,
+ "Red Component": 0.99627053737640381
},
- "Link Color" : {
- "Red Component" : 0,
- "Color Space" : "sRGB",
- "Blue Component" : 0.73423302173614502,
- "Alpha Component" : 1,
- "Green Component" : 0.35916060209274292
+ "Link Color": {
+ "Red Component": 0,
+ "Color Space": "sRGB",
+ "Blue Component": 0.73423302173614502,
+ "Alpha Component": 1,
+ "Green Component": 0.35916060209274292
},
- "Ansi 5 Color" : {
- "Green Component" : 0.13310989737510681,
- "Blue Component" : 0.43182668089866638,
- "Red Component" : 0.986469566822052
+ "Ansi 5 Color": {
+ "Green Component": 0.13310989737510681,
+ "Blue Component": 0.43182668089866638,
+ "Red Component": 0.986469566822052
},
- "Use Non-ASCII Font" : false,
- "Ansi 7 Color" : {
- "Green Component" : 0.99997437000274658,
- "Blue Component" : 0.99999129772186279,
- "Red Component" : 1
+ "Use Non-ASCII Font": false,
+ "Ansi 7 Color": {
+ "Green Component": 0.99997437000274658,
+ "Blue Component": 0.99999129772186279,
+ "Red Component": 1
},
- "Ansi 8 Color" : {
- "Green Component" : 0.69167852401733398,
- "Blue Component" : 0.72321081161499023,
- "Red Component" : 0.63061976432800293
+ "Ansi 8 Color": {
+ "Green Component": 0.69167852401733398,
+ "Blue Component": 0.72321081161499023,
+ "Red Component": 0.63061976432800293
},
- "Ansi 9 Color" : {
- "Green Component" : 0.45310419797897339,
- "Blue Component" : 0.42818409204483032,
- "Red Component" : 0.98958194255828857
+ "Ansi 9 Color": {
+ "Green Component": 0.45310419797897339,
+ "Blue Component": 0.42818409204483032,
+ "Red Component": 0.98958194255828857
},
- "Ansi 6 Color" : {
- "Green Component" : 1,
- "Blue Component" : 0.82062870264053345,
- "Red Component" : 0.34860008955001831
+ "Ansi 6 Color": {
+ "Green Component": 1,
+ "Blue Component": 0.82062870264053345,
+ "Red Component": 0.34860008955001831
},
- "Transparency" : 0
-}
\ No newline at end of file
+ "Transparency": 0
+}
diff --git a/bin/shell/iterm/com.googlecode.iterm2.plist b/bin/shell/iterm/com.googlecode.iterm2.plist
index a63a88b5..c7f070cd 100644
--- a/bin/shell/iterm/com.googlecode.iterm2.plist
+++ b/bin/shell/iterm/com.googlecode.iterm2.plist
@@ -12,1558 +12,250 @@
1
AppleWindowTabbingMode
manual
- Custom Color Presets
-
- Materialize
+ Default Bookmark Guid
+ 886C9DCE-E700-4290-912F-0E40F57D680B
+ HapticFeedbackForEsc
+
+ HotkeyMigratedFromSingleToMulti
+
+ New Bookmarks
+
+ ASCII Anti Aliased
+
+ Ambiguous Double Width
+
Ansi 0 Color
- Alpha Component
- 1
Blue Component
- 0.47843128442764282
- Color Space
- sRGB
+ 0.0
Green Component
- 0.43137252330780029
+ 0.0
Red Component
- 0.32941177487373352
+ 0.0
Ansi 1 Color
- Alpha Component
- 1
Blue Component
- 0.32156860828399658
- Color Space
- sRGB
+ 0.0
Green Component
- 0.32156851887702942
+ 0.0
Red Component
- 1
+ 0.73333334922790527
Ansi 10 Color
- Alpha Component
- 1
Blue Component
- 0.79215681552886963
- Color Space
- sRGB
+ 0.3333333432674408
Green Component
- 0.96470588445663452
+ 1
Red Component
- 0.7254902720451355
+ 0.3333333432674408
Ansi 11 Color
- Alpha Component
- 1
Blue Component
- 0.49803918600082397
- Color Space
- sRGB
+ 0.3333333432674408
Green Component
- 0.89803916215896606
+ 1
Red Component
1
Ansi 12 Color
- Alpha Component
- 1
Blue Component
- 0.99999994039535522
- Color Space
- sRGB
+ 1
Green Component
- 0.84705877304077148
+ 0.3333333432674408
Red Component
- 0.5019608736038208
+ 0.3333333432674408
Ansi 13 Color
- Alpha Component
- 1
Blue Component
- 0.67058825492858887
- Color Space
- sRGB
+ 1
Green Component
- 0.50196081399917603
+ 0.3333333432674408
Red Component
1
Ansi 14 Color
- Alpha Component
- 1
Blue Component
- 0.92158126831054688
- Color Space
- sRGB
+ 1
Green Component
- 0.9924500584602356
+ 1
Red Component
- 0.65526837110519409
+ 0.3333333432674408
Ansi 15 Color
- Alpha Component
- 1
Blue Component
- 0.99999994039535522
- Color Space
- sRGB
+ 1
Green Component
- 0.99999994039535522
+ 1
Red Component
- 0.9999966025352478
+ 1
Ansi 2 Color
- Alpha Component
- 1
Blue Component
- 0.68235284090042114
- Color Space
- sRGB
+ 0.0
Green Component
- 0.94117647409439087
+ 0.73333334922790527
Red Component
- 0.41176474094390869
+ 0.0
Ansi 3 Color
- Alpha Component
- 1
Blue Component
- 0.25098034739494324
- Color Space
- sRGB
+ 0.0
Green Component
- 0.84313732385635376
+ 0.73333334922790527
Red Component
- 1
+ 0.73333334922790527
Ansi 4 Color
- Alpha Component
- 1
Blue Component
- 0.99999994039535522
- Color Space
- sRGB
+ 0.73333334922790527
Green Component
- 0.76862746477127075
+ 0.0
Red Component
- 0.25098046660423279
+ 0.0
Ansi 5 Color
- Alpha Component
- 1
Blue Component
- 0.50588232278823853
- Color Space
- sRGB
+ 0.73333334922790527
Green Component
- 0.25098031759262085
+ 0.0
Red Component
- 1
+ 0.73333334922790527
Ansi 6 Color
- Alpha Component
- 1
Blue Component
- 0.85492348670959473
- Color Space
- sRGB
+ 0.73333334922790527
Green Component
- 0.98838895559310913
+ 0.73333334922790527
Red Component
- 0.39322873950004578
+ 0.0
Ansi 7 Color
- Alpha Component
- 1
Blue Component
- 0.99999994039535522
- Color Space
- sRGB
+ 0.73333334922790527
Green Component
- 0.99999994039535522
+ 0.73333334922790527
Red Component
- 0.9999966025352478
+ 0.73333334922790527
Ansi 8 Color
- Alpha Component
- 1
Blue Component
- 0.77254897356033325
- Color Space
- sRGB
+ 0.3333333432674408
Green Component
- 0.7450980544090271
+ 0.3333333432674408
Red Component
- 0.69019621610641479
+ 0.3333333432674408
Ansi 9 Color
- Alpha Component
- 1
Blue Component
- 0.50196081399917603
- Color Space
- sRGB
+ 0.3333333432674408
Green Component
- 0.541176438331604
+ 0.3333333432674408
Red Component
1
+ BM Growl
+
Background Color
- Alpha Component
- 1
- Blue Component
- 0.21960780024528503
- Color Space
- sRGB
- Green Component
- 0.19607838988304138
- Red Component
- 0.14901962876319885
-
- Badge Color
-
- Alpha Component
- 0.5
Blue Component
0.0
- Color Space
- sRGB
Green Component
- 0.1491314172744751
+ 0.0
Red Component
- 1
+ 0.0
+ Background Image Location
+
+ Blinking Cursor
+
+ Blur
+
Bold Color
- Alpha Component
- 1
Blue Component
- 0.93321198225021362
- Color Space
- sRGB
- Green Component
- 0.93339759111404419
- Red Component
- 0.93324452638626099
-
- Cursor Color
-
- Alpha Component
1
- Blue Component
- 0.25098040699958801
- Color Space
- sRGB
Green Component
- 0.84313726425170898
+ 1
Red Component
1
- Cursor Guide Color
+ Character Encoding
+ 4
+ Close Sessions On End
+
+ Columns
+ 80
+ Command
+
+ Cursor Color
- Alpha Component
- 0.25
Blue Component
- 1
- Color Space
- sRGB
+ 0.73333334922790527
Green Component
- 0.9268307089805603
+ 0.73333334922790527
Red Component
- 0.70213186740875244
+ 0.73333334922790527
Cursor Text Color
- Alpha Component
- 1
- Blue Component
- 0.0
- Color Space
- sRGB
- Green Component
- 0.0
- Red Component
- 0.0
-
- Foreground Color
-
- Alpha Component
- 1
Blue Component
- 0.94509798288345337
- Color Space
- sRGB
- Green Component
- 0.93725484609603882
- Red Component
- 0.92549020051956177
-
- Link Color
-
- Alpha Component
1
- Blue Component
- 0.73423302173614502
- Color Space
- sRGB
Green Component
- 0.35916060209274292
- Red Component
- 0.0
-
- Selected Text Color
-
- Alpha Component
1
- Blue Component
- 0.94509798288345337
- Color Space
- sRGB
- Green Component
- 0.93725484609603882
Red Component
- 0.92549020051956177
-
- Selection Color
-
- Alpha Component
1
- Blue Component
- 0.54509806632995605
- Color Space
- sRGB
- Green Component
- 0.49019604921340942
- Red Component
- 0.37647062540054321
-
-
- material-design-colors
-
- Ansi 0 Color
-
- Blue Component
- 0.40253299474716187
- Green Component
- 0.35616019368171692
- Red Component
- 0.26286587119102478
-
- Ansi 1 Color
-
- Blue Component
- 0.25575384497642517
- Green Component
- 0.22098405659198761
- Red Component
- 0.9871404767036438
- Ansi 10 Color
+ Custom Command
+ No
+ Custom Directory
+ No
+ Default Bookmark
+ No
+ Description
+ Default
+ Disable Window Resizing
+
+ Flashing Bell
+
+ Foreground Color
Blue Component
- 0.74659085273742676
+ 0.73333334922790527
Green Component
- 0.96712285280227661
+ 0.73333334922790527
Red Component
- 0.67800694704055786
+ 0.73333334922790527
- Ansi 11 Color
-
- Blue Component
- 0.42511638998985291
- Green Component
- 0.88262283802032471
- Red Component
- 0.99765938520431519
-
- Ansi 12 Color
-
- Blue Component
- 0.99898606538772583
- Green Component
- 0.81066548824310303
- Red Component
- 0.43880558013916016
-
- Ansi 13 Color
-
- Blue Component
- 0.60766077041625977
- Green Component
- 0.40164706110954285
- Red Component
- 0.9887651801109314
-
- Ansi 14 Color
-
- Blue Component
- 0.90182536840438843
- Green Component
- 1
- Red Component
- 0.60292786359786987
-
- Ansi 15 Color
-
- Blue Component
- 0.99999129772186279
- Green Component
- 0.99997437000274658
- Red Component
- 1
-
- Ansi 2 Color
-
- Blue Component
- 0.62042194604873657
- Green Component
- 0.94388872385025024
- Red Component
- 0.36202818155288696
-
- Ansi 3 Color
-
- Blue Component
- 0.19727933406829834
- Green Component
- 0.81672251224517822
- Red Component
- 0.99627053737640381
-
- Ansi 4 Color
-
- Blue Component
- 0.99871528148651123
- Green Component
- 0.7149810791015625
- Red Component
- 0.215079665184021
-
- Ansi 5 Color
-
- Blue Component
- 0.43182668089866638
- Green Component
- 0.13310989737510681
- Red Component
- 0.986469566822052
-
- Ansi 6 Color
-
- Blue Component
- 0.82062870264053345
- Green Component
- 1
- Red Component
- 0.34860008955001831
-
- Ansi 7 Color
-
- Blue Component
- 0.99999129772186279
- Green Component
- 0.99997437000274658
- Red Component
- 1
-
- Ansi 8 Color
-
- Blue Component
- 0.72321081161499023
- Green Component
- 0.69167852401733398
- Red Component
- 0.63061976432800293
-
- Ansi 9 Color
-
- Blue Component
- 0.42818409204483032
- Green Component
- 0.45310419797897339
- Red Component
- 0.98958194255828857
-
- Background Color
-
- Blue Component
- 0.16608485579490662
- Green Component
- 0.14745020866394043
- Red Component
- 0.11278382688760757
-
- Bold Color
-
- Blue Component
- 0.91648769378662109
- Green Component
- 0.91671288013458252
- Red Component
- 0.91654461622238159
-
- Cursor Color
-
- Blue Component
- 0.91648769378662109
- Green Component
- 0.91671288013458252
- Red Component
- 0.91654461622238159
-
- Cursor Text Color
-
- Blue Component
- 0.0
- Green Component
- 0.0
- Red Component
- 0.0
-
- Foreground Color
-
- Blue Component
- 0.93115901947021484
- Green Component
- 0.92142927646636963
- Red Component
- 0.90730977058410645
-
- Selected Text Color
-
- Blue Component
- 0.93115901947021484
- Green Component
- 0.92142927646636963
- Red Component
- 0.90730977058410645
-
- Selection Color
-
- Blue Component
- 0.47096589207649231
- Green Component
- 0.41462835669517517
- Red Component
- 0.30659490823745728
-
-
-
- Default Bookmark Guid
- 886C9DCE-E700-4290-912F-0E40F57D680B
- DeleteProfile_SilenceUntil
- 525819601.04944199
- DeleteProfile_selection
- 0
- DimInactiveSplitPanes
-
- HapticFeedbackForEsc
-
- HideScrollbar
-
- HideTab
-
- HotkeyMigratedFromSingleToMulti
-
- LoadPrefsFromCustomFolder
-
- NSNavLastRootDirectory
- ~/Dropbox/Code/dotfiles/bin/shell/iterm
- NSNavPanelExpandedSizeForOpenMode
- {712, 448}
- NSQuotedKeystrokeBinding
-
- NSRepeatCountBinding
-
- NSScrollAnimationEnabled
-
- NSScrollViewShouldScrollUnderTitlebar
-
- NSSplitView Subview Frames NSColorPanelSplitView
-
- 0.000000, 0.000000, 224.000000, 258.000000, NO, NO
- 0.000000, 259.000000, 224.000000, 48.000000, NO, NO
-
- NSTableView Columns v2 KeyBingingTable
-
- YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS
- AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVVBcnJheYABrgsMEx4fICEiIyQqNDU2VSRu
- dWxs0g0ODxJaTlMub2JqZWN0c1YkY2xhc3OiEBGAAoAKgA3TFA0OFRkdV05TLmtleXOj
- FhcYgAOABIAFoxobHIAGgAeACIAJWklkZW50aWZpZXJVV2lkdGhWSGlkZGVuUTAjQGjA
- AAAAAAAI0iUmJyhaJGNsYXNzbmFtZVgkY2xhc3Nlc1xOU0RpY3Rpb25hcnmiJylYTlNP
- YmplY3TTFA0OKy8doxYXGIADgASABaMwMRyAC4AMgAiACVExI0BzsZ2yLQ5W0iUmNzhe
- TlNNdXRhYmxlQXJyYXmjNzkpV05TQXJyYXkACAARABoAJAApADIANwBJAEwAUgBUAGMA
- aQBuAHkAgACDAIUAhwCJAJAAmACcAJ4AoACiAKYAqACqAKwArgC5AL8AxgDIANEA0gDX
- AOIA6wD4APsBBAELAQ8BEQETARUBGQEbAR0BHwEhASMBLAExAUABRAAAAAAAAAIBAAAA
- AAAAADoAAAAAAAAAAAAAAAAAAAFM
-
- NSTableView Sort Ordering v2 KeyBingingTable
-
- YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS
- AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVVBcnJheYABowsMEVUkbnVsbNINDg8QWk5T
- Lm9iamVjdHNWJGNsYXNzoIAC0hITFBVaJGNsYXNzbmFtZVgkY2xhc3Nlc15OU011dGFi
- bGVBcnJheaMUFhdXTlNBcnJheVhOU09iamVjdAgRGiQpMjdJTFJUWF5jbnV2eH2IkaCk
- rAAAAAAAAAEBAAAAAAAAABgAAAAAAAAAAAAAAAAAAAC1
-
- NSTableView Supports v2 KeyBingingTable
-
- NSToolbar Configuration com.apple.NSColorPanel
-
- TB Is Shown
- 1
-
- NSWindow Frame NSColorPanel
- 0 227 224 275 0 0 1680 1027
- NSWindow Frame SUStatusFrame
- 640 703 400 129 0 0 1920 1057
- NSWindow Frame SUUpdateAlert
- 610 358 700 622 0 0 1920 1057
- NSWindow Frame SharedPreferences
- 449 284 918 514 0 0 1920 1080
- NSWindow Frame iTerm Window 0
- 0 415 1378 553 0 0 2560 1080
- New Bookmarks
-
-
- ASCII Anti Aliased
-
- Ambiguous Double Width
-
- Ansi 0 Color
-
- Blue Component
- 0.40253299474716187
- Green Component
- 0.35616019368171692
- Red Component
- 0.26286587119102478
-
- Ansi 1 Color
-
- Blue Component
- 0.25575384497642517
- Green Component
- 0.22098405659198761
- Red Component
- 0.9871404767036438
-
- Ansi 10 Color
-
- Blue Component
- 0.74659085273742676
- Green Component
- 0.96712285280227661
- Red Component
- 0.67800694704055786
-
- Ansi 11 Color
-
- Blue Component
- 0.42511638998985291
- Green Component
- 0.88262283802032471
- Red Component
- 0.99765938520431519
-
- Ansi 12 Color
-
- Blue Component
- 0.99898606538772583
- Green Component
- 0.81066548824310303
- Red Component
- 0.43880558013916016
-
- Ansi 13 Color
-
- Blue Component
- 0.60766077041625977
- Green Component
- 0.40164706110954285
- Red Component
- 0.9887651801109314
-
- Ansi 14 Color
-
- Blue Component
- 0.90182536840438843
- Green Component
- 1
- Red Component
- 0.60292786359786987
-
- Ansi 15 Color
-
- Blue Component
- 0.99999129772186279
- Green Component
- 0.99997437000274658
- Red Component
- 1
-
- Ansi 2 Color
-
- Blue Component
- 0.62042194604873657
- Green Component
- 0.94388872385025024
- Red Component
- 0.36202818155288696
-
- Ansi 3 Color
-
- Blue Component
- 0.19727933406829834
- Green Component
- 0.81672251224517822
- Red Component
- 0.99627053737640381
-
- Ansi 4 Color
-
- Blue Component
- 0.99871528148651123
- Green Component
- 0.7149810791015625
- Red Component
- 0.215079665184021
-
- Ansi 5 Color
-
- Blue Component
- 0.43182668089866638
- Green Component
- 0.13310989737510681
- Red Component
- 0.986469566822052
-
- Ansi 6 Color
-
- Blue Component
- 0.82062870264053345
- Green Component
- 1
- Red Component
- 0.34860008955001831
-
- Ansi 7 Color
-
- Blue Component
- 0.99999129772186279
- Green Component
- 0.99997437000274658
- Red Component
- 1
-
- Ansi 8 Color
-
- Blue Component
- 0.72321081161499023
- Green Component
- 0.69167852401733398
- Red Component
- 0.63061976432800293
-
- Ansi 9 Color
-
- Blue Component
- 0.42818409204483032
- Green Component
- 0.45310419797897339
- Red Component
- 0.98958194255828857
-
- BM Growl
-
- Background Color
-
- Blue Component
- 0.16608485579490662
- Green Component
- 0.14745020866394043
- Red Component
- 0.11278382688760757
-
- Background Image Location
-
- Badge Color
-
- Alpha Component
- 0.5
- Blue Component
- 0.0
- Color Space
- sRGB
- Green Component
- 0.1491314172744751
- Red Component
- 1
-
- Badge Text
-
- Blinking Cursor
-
- Blur
-
- Bold Color
-
- Blue Component
- 0.91648769378662109
- Green Component
- 0.91671288013458252
- Red Component
- 0.91654461622238159
-
- Character Encoding
- 4
- Close Sessions On End
-
- Columns
- 60
- Command
-
- Cursor Color
-
- Alpha Component
- 1
- Blue Component
- 0.25098039215686274
- Color Space
- sRGB
- Green Component
- 0.84313725490196079
- Red Component
- 1
-
- Cursor Guide Color
-
- Alpha Component
- 0.25
- Blue Component
- 1
- Color Space
- sRGB
- Green Component
- 0.9268307089805603
- Red Component
- 0.70213186740875244
-
- Cursor Text Color
-
- Blue Component
- 0.0
- Green Component
- 0.0
- Red Component
- 0.0
-
- Custom Command
- No
- Custom Directory
- Recycle
- Default Bookmark
- No
- Description
- Default
- Disable Window Resizing
-
- Flashing Bell
-
- Foreground Color
-
- Blue Component
- 0.93115901947021484
- Green Component
- 0.92142927646636963
- Red Component
- 0.90730977058410645
-
- Guid
- 886C9DCE-E700-4290-912F-0E40F57D680B
- Horizontal Spacing
- 1
- Idle Code
- 0
- Jobs to Ignore
-
- rlogin
- ssh
- slogin
- telnet
-
- Keyboard Map
-
- 0x2d-0x40000
-
- Action
- 11
- Text
- 0x1f
-
- 0x32-0x40000
-
- Action
- 11
- Text
- 0x00
-
- 0x33-0x40000
-
- Action
- 11
- Text
- 0x1b
-
- 0x34-0x40000
-
- Action
- 11
- Text
- 0x1c
-
- 0x35-0x40000
-
- Action
- 11
- Text
- 0x1d
-
- 0x36-0x40000
-
- Action
- 11
- Text
- 0x1e
-
- 0x37-0x40000
-
- Action
- 11
- Text
- 0x1f
-
- 0x38-0x40000
-
- Action
- 11
- Text
- 0x7f
-
- 0xf700-0x220000
-
- Action
- 10
- Text
- [1;2A
-
- 0xf700-0x240000
-
- Action
- 10
- Text
- [1;5A
-
- 0xf700-0x260000
-
- Action
- 10
- Text
- [1;6A
-
- 0xf700-0x280000
-
- Action
- 11
- Text
- 0x1b 0x1b 0x5b 0x41
-
- 0xf701-0x220000
-
- Action
- 10
- Text
- [1;2B
-
- 0xf701-0x240000
-
- Action
- 10
- Text
- [1;5B
-
- 0xf701-0x260000
-
- Action
- 10
- Text
- [1;6B
-
- 0xf701-0x280000
-
- Action
- 11
- Text
- 0x1b 0x1b 0x5b 0x42
-
- 0xf702-0x220000
-
- Action
- 10
- Text
- [1;2D
-
- 0xf702-0x240000
-
- Action
- 10
- Text
- [1;5D
-
- 0xf702-0x260000
-
- Action
- 10
- Text
- [1;6D
-
- 0xf702-0x280000
-
- Action
- 11
- Text
- 0x1b 0x1b 0x5b 0x44
-
- 0xf703-0x220000
-
- Action
- 10
- Text
- [1;2C
-
- 0xf703-0x240000
-
- Action
- 10
- Text
- [1;5C
-
- 0xf703-0x260000
-
- Action
- 10
- Text
- [1;6C
-
- 0xf703-0x280000
-
- Action
- 11
- Text
- 0x1b 0x1b 0x5b 0x43
-
- 0xf704-0x20000
-
- Action
- 10
- Text
- [1;2P
-
- 0xf705-0x20000
-
- Action
- 10
- Text
- [1;2Q
-
- 0xf706-0x20000
-
- Action
- 10
- Text
- [1;2R
-
- 0xf707-0x20000
-
- Action
- 10
- Text
- [1;2S
-
- 0xf708-0x20000
-
- Action
- 10
- Text
- [15;2~
-
- 0xf709-0x20000
-
- Action
- 10
- Text
- [17;2~
-
- 0xf70a-0x20000
-
- Action
- 10
- Text
- [18;2~
-
- 0xf70b-0x20000
-
- Action
- 10
- Text
- [19;2~
-
- 0xf70c-0x20000
-
- Action
- 10
- Text
- [20;2~
-
- 0xf70d-0x20000
-
- Action
- 10
- Text
- [21;2~
-
- 0xf70e-0x20000
-
- Action
- 10
- Text
- [23;2~
-
- 0xf70f-0x20000
-
- Action
- 10
- Text
- [24;2~
-
- 0xf729-0x20000
-
- Action
- 10
- Text
- [1;2H
-
- 0xf729-0x40000
-
- Action
- 10
- Text
- [1;5H
-
- 0xf72b-0x20000
-
- Action
- 10
- Text
- [1;2F
-
- 0xf72b-0x40000
-
- Action
- 10
- Text
- [1;5F
-
-
- Link Color
-
- Alpha Component
- 1
- Blue Component
- 0.73423302173614502
- Color Space
- sRGB
- Green Component
- 0.35916060209274292
- Red Component
- 0.0
-
- Mouse Reporting
-
- Name
- Materialize
- Non Ascii Font
- Monaco 12
- Non-ASCII Anti Aliased
-
- Normal Font
- Hack-Regular 18
- Open Toolbelt
-
- Option Key Sends
- 0
- Prompt Before Closing 2
-
- Right Option Key Sends
- 0
- Rows
- 20
- Screen
- -2
- Scrollback Lines
- 1000
- Selected Text Color
-
- Blue Component
- 0.93115901947021484
- Green Component
- 0.92142927646636963
- Red Component
- 0.90730977058410645
-
- Selection Color
-
- Blue Component
- 0.47096589207649231
- Green Component
- 0.41462835669517517
- Red Component
- 0.30659490823745728
-
- Send Code When Idle
-
- Shortcut
-
- Silence Bell
-
- Sync Title
-
- Tags
-
- material
-
- Terminal Type
- xterm-256color
- Transparency
- 0.0
- Triggers
-
-
- action
- ScriptTrigger
- parameter
- wakatime --entity Terminal --entity-type app --plugin "iterm2-wakatime/0.0.1" --project "<<LAST_PROJECT>>"
- regex
- .*
-
-
- Unicode Version
- 8
- Unlimited Scrollback
-
- Use Bold Font
-
- Use Bright Bold
-
- Use Italic Font
-
- Use Non-ASCII Font
-
- Vertical Spacing
- 1
- Visual Bell
-
- Window Type
- 0
- Working Directory
- /Users/frances.coronel
-
-
- ASCII Anti Aliased
-
- Ambiguous Double Width
-
- Ansi 0 Color
-
- Blue Component
- 0.40253299474716187
- Green Component
- 0.35616019368171692
- Red Component
- 0.26286587119102478
-
- Ansi 1 Color
-
- Blue Component
- 0.25575384497642517
- Green Component
- 0.22098405659198761
- Red Component
- 0.9871404767036438
-
- Ansi 10 Color
-
- Blue Component
- 0.74659085273742676
- Green Component
- 0.96712285280227661
- Red Component
- 0.67800694704055786
-
- Ansi 11 Color
-
- Blue Component
- 0.42511638998985291
- Green Component
- 0.88262283802032471
- Red Component
- 0.99765938520431519
-
- Ansi 12 Color
-
- Blue Component
- 0.99898606538772583
- Green Component
- 0.81066548824310303
- Red Component
- 0.43880558013916016
-
- Ansi 13 Color
-
- Blue Component
- 0.60766077041625977
- Green Component
- 0.40164706110954285
- Red Component
- 0.9887651801109314
-
- Ansi 14 Color
-
- Blue Component
- 0.90182536840438843
- Green Component
- 1
- Red Component
- 0.60292786359786987
-
- Ansi 15 Color
-
- Blue Component
- 0.99999129772186279
- Green Component
- 0.99997437000274658
- Red Component
- 1
-
- Ansi 2 Color
-
- Blue Component
- 0.62042194604873657
- Green Component
- 0.94388872385025024
- Red Component
- 0.36202818155288696
-
- Ansi 3 Color
-
- Blue Component
- 0.19727933406829834
- Green Component
- 0.81672251224517822
- Red Component
- 0.99627053737640381
-
- Ansi 4 Color
-
- Blue Component
- 0.99871528148651123
- Green Component
- 0.7149810791015625
- Red Component
- 0.215079665184021
-
- Ansi 5 Color
-
- Blue Component
- 0.43182668089866638
- Green Component
- 0.13310989737510681
- Red Component
- 0.986469566822052
-
- Ansi 6 Color
-
- Blue Component
- 0.82062870264053345
- Green Component
- 1
- Red Component
- 0.34860008955001831
-
- Ansi 7 Color
-
- Blue Component
- 0.99999129772186279
- Green Component
- 0.99997437000274658
- Red Component
- 1
-
- Ansi 8 Color
-
- Blue Component
- 0.72321081161499023
- Green Component
- 0.69167852401733398
- Red Component
- 0.63061976432800293
-
- Ansi 9 Color
-
- Blue Component
- 0.42818409204483032
- Green Component
- 0.45310419797897339
- Red Component
- 0.98958194255828857
-
- BM Growl
-
- Background Color
-
- Blue Component
- 0.16608485579490662
- Green Component
- 0.14745020866394043
- Red Component
- 0.11278382688760757
-
- Background Image Location
-
- Badge Color
-
- Alpha Component
- 0.5
- Blue Component
- 0.0
- Color Space
- sRGB
- Green Component
- 0.1491314172744751
- Red Component
- 1
-
- Badge Text
-
- Blinking Cursor
-
- Blur
-
- Bold Color
-
- Blue Component
- 0.91648769378662109
- Green Component
- 0.91671288013458252
- Red Component
- 0.91654461622238159
-
- Bound Hosts
-
- Character Encoding
- 4
- Close Sessions On End
-
- Columns
- 60
- Command
-
- Cursor Color
-
- Alpha Component
- 1
- Blue Component
- 0.25098039215686274
- Color Space
- sRGB
- Green Component
- 0.84313725490196079
- Red Component
- 1
-
- Cursor Guide Color
-
- Alpha Component
- 0.25
- Blue Component
- 1
- Color Space
- sRGB
- Green Component
- 0.9268307089805603
- Red Component
- 0.70213186740875244
-
- Cursor Text Color
-
- Blue Component
- 0.0
- Green Component
- 0.0
- Red Component
- 0.0
-
- Custom Command
- No
- Custom Directory
- No
- Default Bookmark
- No
- Description
- Default
- Disable Window Resizing
-
- Flashing Bell
-
- Foreground Color
-
- Blue Component
- 0.93115901947021484
- Green Component
- 0.92142927646636963
- Red Component
- 0.90730977058410645
-
- Guid
- D2753657-A714-4712-BD5E-E7E06E9DB5DE
- Horizontal Spacing
- 1
- Idle Code
- 0
- Jobs to Ignore
-
- rlogin
- ssh
- slogin
- telnet
-
- Keyboard Map
+ Guid
+ 43853381-1592-4F72-8E1B-CA2AD02727A7
+ Horizontal Spacing
+ 1
+ Idle Code
+ 0
+ Jobs to Ignore
+
+ rlogin
+ ssh
+ slogin
+ telnet
+
+ Keyboard Map
0x2d-0x40000
@@ -1747,1050 +439,822 @@
Text
[1;2Q
- 0xf706-0x20000
-
- Action
- 10
- Text
- [1;2R
-
- 0xf707-0x20000
-
- Action
- 10
- Text
- [1;2S
-
- 0xf708-0x20000
-
- Action
- 10
- Text
- [15;2~
-
- 0xf709-0x20000
-
- Action
- 10
- Text
- [17;2~
-
- 0xf70a-0x20000
-
- Action
- 10
- Text
- [18;2~
-
- 0xf70b-0x20000
-
- Action
- 10
- Text
- [19;2~
-
- 0xf70c-0x20000
-
- Action
- 10
- Text
- [20;2~
-
- 0xf70d-0x20000
-
- Action
- 10
- Text
- [21;2~
-
- 0xf70e-0x20000
-
- Action
- 10
- Text
- [23;2~
-
- 0xf70f-0x20000
-
- Action
- 10
- Text
- [24;2~
-
- 0xf729-0x20000
-
- Action
- 10
- Text
- [1;2H
-
- 0xf729-0x40000
-
- Action
- 10
- Text
- [1;5H
-
- 0xf72b-0x20000
+ 0xf706-0x20000
Action
10
Text
- [1;2F
+ [1;2R
- 0xf72b-0x40000
+ 0xf707-0x20000
Action
10
Text
- [1;5F
+ [1;2S
+
+ 0xf708-0x20000
+
+ Action
+ 10
+ Text
+ [15;2~
+
+ 0xf709-0x20000
+
+ Action
+ 10
+ Text
+ [17;2~
+
+ 0xf70a-0x20000
+
+ Action
+ 10
+ Text
+ [18;2~
+
+ 0xf70b-0x20000
+
+ Action
+ 10
+ Text
+ [19;2~
+
+ 0xf70c-0x20000
+
+ Action
+ 10
+ Text
+ [20;2~
+
+ 0xf70d-0x20000
+
+ Action
+ 10
+ Text
+ [21;2~
+
+ 0xf70e-0x20000
+
+ Action
+ 10
+ Text
+ [23;2~
+
+ 0xf70f-0x20000
+
+ Action
+ 10
+ Text
+ [24;2~
+
+ 0xf729-0x20000
+
+ Action
+ 10
+ Text
+ [1;2H
+
+ 0xf729-0x40000
+
+ Action
+ 10
+ Text
+ [1;5H
+
+ 0xf72b-0x20000
+
+ Action
+ 10
+ Text
+ [1;2F
+
+ 0xf72b-0x40000
+
+ Action
+ 10
+ Text
+ [1;5F
- Link Color
-
- Alpha Component
- 1
- Blue Component
- 0.73423302173614502
- Color Space
- sRGB
- Green Component
- 0.35916060209274292
- Red Component
- 0.0
-
- Mouse Reporting
-
- Name
-
- Non Ascii Font
- Monaco 12
- Non-ASCII Anti Aliased
-
- Normal Font
- InputMono-Regular 18
- Open Toolbelt
-
- Option Key Sends
- 0
- Prompt Before Closing 2
-
- Right Option Key Sends
- 0
- Rows
- 20
- Screen
- -2
- Scrollback Lines
- 1000
- Selected Text Color
-
- Blue Component
- 0.93115901947021484
- Green Component
- 0.92142927646636963
- Red Component
- 0.90730977058410645
-
- Selection Color
-
- Blue Component
- 0.47096589207649231
- Green Component
- 0.41462835669517517
- Red Component
- 0.30659490823745728
-
- Send Code When Idle
-
- Shortcut
-
- Silence Bell
-
- Sync Title
-
- Tags
-
- Terminal Type
- xterm-256color
- Transparency
- 0.0
- Unlimited Scrollback
-
- Use Bold Font
-
- Use Bright Bold
-
- Use Italic Font
-
- Use Non-ASCII Font
-
- Vertical Spacing
- 1
- Visual Bell
-
- Window Type
- 0
- Working Directory
- /Users/frances.coronel
-
-
- NoSyncAllAppVersions
-
- 3.3.6
- 3.3.8
- 3.3.11
- 3.3.2
- 3.3.1
- 3.3.3
- 3.3.7
- 3.3.9
- 3.2.9
- 3.3.0
- 3.3.4
-
- NoSyncFrame_SharedPreferences
-
- screenFrame
- {{0, 0}, {2560, 1080}}
- topLeft
- {269, 739}
-
- NoSyncHaveWarnedAboutPasteConfirmationChange
-
- NoSyncInstallationId
- 706D9E6E-8B46-4848-8AD4-0F53DEFCDA71
- NoSyncLastTipTime
- 609874643.97036302
- NoSyncLaunchExperienceControllerRunCount
- 43
- NoSyncNeverRemindPrefsChangesLostForFile
-
- NoSyncNeverRemindPrefsChangesLostForFile_selection
- 0
- NoSyncNextAnnoyanceTime
- 586558011.64739299
- NoSyncOnboardingWindowHasBeenShown
-
- NoSyncPermissionToShowTip
-
- NoSyncRecordedVariables
-
- 0
-
-
- isTerminal
-
- name
-
- nonterminalContext
- 0
-
-
- 1
-
-
- isTerminal
-
- name
- presentationName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tmuxRole
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- lastCommand
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- profileName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- termid
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- id
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- jobName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- columns
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tab.tmuxWindowTitle
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- hostname
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tmuxClientName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- path
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- triggerName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- terminalIconName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tmuxWindowPane
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tmuxStatusRight
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- mouseReportingMode
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- iterm2
- nonterminalContext
- 4
-
-
- isTerminal
-
- name
- name
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tmuxPaneTitle
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- rows
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- username
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tty
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- autoLogId
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- badge
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tab.tmuxWindowName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- tab
- nonterminalContext
- 2
-
-
- isTerminal
-
- name
- tmuxStatusLeft
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- autoNameFormat
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- autoName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- terminalWindowName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- creationTimeString
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- commandLine
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- jobPid
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- pid
- nonterminalContext
- 0
-
-
- 16
-
-
- isTerminal
-
- name
- currentTab.currentSession.presentationName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.iterm2.localhostName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- style
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- frame
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.pid
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.termid
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.terminalWindowName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.terminalIconName
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab
- nonterminalContext
- 2
-
-
- isTerminal
-
- name
- currentTab.currentSession
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.window
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- id
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.name
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- titleOverride
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.path
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- currentTab.currentSession.commandLine
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- number
- nonterminalContext
- 0
-
+ Mouse Reporting
+
+ Name
+ Default
+ Non Ascii Font
+ Monaco 12
+ Non-ASCII Anti Aliased
+
+ Normal Font
+ Monaco 12
+ Option Key Sends
+ 0
+ Prompt Before Closing 2
+
+ Right Option Key Sends
+ 0
+ Rows
+ 25
+ Screen
+ -1
+ Scrollback Lines
+ 1000
+ Selected Text Color
- isTerminal
-
- name
- currentTab.currentSession.hostname
- nonterminalContext
- 0
+ Blue Component
+ 0.0
+ Green Component
+ 0.0
+ Red Component
+ 0.0
+ Selection Color
- isTerminal
-
- name
- currentTab.currentSession.tty
- nonterminalContext
- 0
+ Blue Component
+ 1
+ Green Component
+ 0.8353000283241272
+ Red Component
+ 0.70980000495910645
+ Send Code When Idle
+
+ Shortcut
+
+ Silence Bell
+
+ Sync Title
+
+ Tags
+
+ Terminal Type
+ xterm-256color
+ Transparency
+ 0.0
+ Unlimited Scrollback
+
+ Use Bold Font
+
+ Use Bright Bold
+
+ Use Italic Font
+
+ Use Non-ASCII Font
+
+ Vertical Spacing
+ 1
+ Visual Bell
+
+ Window Type
+ 0
+ Working Directory
+ /Users/francescoronel
+
+
+ ASCII Anti Aliased
+
+ Ambiguous Double Width
+
+ Ansi 0 Color
- isTerminal
-
- name
- currentTab.currentSession.username
- nonterminalContext
- 0
+ Blue Component
+ 0.40253299474716192
+ Green Component
+ 0.35616019368171692
+ Red Component
+ 0.26286587119102478
+ Ansi 1 Color
- isTerminal
-
- name
- iterm2
- nonterminalContext
- 4
+ Blue Component
+ 0.25575384497642523
+ Green Component
+ 0.22098405659198761
+ Red Component
+ 0.9871404767036438
+ Ansi 10 Color
- isTerminal
-
- name
- titleOverrideFormat
- nonterminalContext
- 0
+ Blue Component
+ 0.74659085273742676
+ Green Component
+ 0.96712285280227661
+ Red Component
+ 0.67800694704055786
+ Ansi 11 Color
- isTerminal
-
- name
- currentTab.currentSession.jobName
- nonterminalContext
- 0
+ Blue Component
+ 0.42511638998985291
+ Green Component
+ 0.88262283802032471
+ Red Component
+ 0.99765938520431519
-
- 2
-
+ Ansi 12 Color
- isTerminal
-
- name
- currentSession.commandLine
- nonterminalContext
- 0
+ Blue Component
+ 0.99898606538772583
+ Green Component
+ 0.81066548824310303
+ Red Component
+ 0.43880558013916021
+ Ansi 13 Color
- isTerminal
-
- name
- currentSession.terminalIconName
- nonterminalContext
- 0
+ Blue Component
+ 0.60766077041625977
+ Green Component
+ 0.40164706110954279
+ Red Component
+ 0.9887651801109314
+ Ansi 14 Color
- isTerminal
-
- name
- title
- nonterminalContext
+ Blue Component
+ 0.90182536840438843
+ Green Component
1
+ Red Component
+ 0.60292786359786987
+ Ansi 15 Color
- isTerminal
-
- name
- tmuxWindowTitle
- nonterminalContext
- 0
-
-
- isTerminal
-
- name
- title
- nonterminalContext
- 0
+ Blue Component
+ 0.99999129772186279
+ Green Component
+ 0.99997437000274658
+ Red Component
+ 1
+ Ansi 2 Color
- isTerminal
-
- name
- currentSession.presentationName
- nonterminalContext
- 0
+ Blue Component
+ 0.62042194604873657
+ Green Component
+ 0.94388872385025024
+ Red Component
+ 0.36202818155288702
+ Ansi 3 Color
- isTerminal
-
- name
- iterm2.localhostName
- nonterminalContext
- 0
+ Blue Component
+ 0.19727933406829831
+ Green Component
+ 0.81672251224517822
+ Red Component
+ 0.99627053737640381
+ Ansi 4 Color
- isTerminal
-
- name
- tmuxWindowName
- nonterminalContext
- 0
+ Blue Component
+ 0.99871528148651123
+ Green Component
+ 0.7149810791015625
+ Red Component
+ 0.215079665184021
+ Ansi 5 Color
- isTerminal
-
- name
- window
- nonterminalContext
- 16
+ Blue Component
+ 0.43182668089866638
+ Green Component
+ 0.13310989737510681
+ Red Component
+ 0.986469566822052
+ Ansi 6 Color
- isTerminal
-
- name
- currentSession.tty
- nonterminalContext
- 0
+ Blue Component
+ 0.82062870264053345
+ Green Component
+ 1
+ Red Component
+ 0.34860008955001831
+ Ansi 7 Color
- isTerminal
-
- name
- currentSession.jobName
- nonterminalContext
- 0
+ Blue Component
+ 0.99999129772186279
+ Green Component
+ 0.99997437000274658
+ Red Component
+ 1
+ Ansi 8 Color
- isTerminal
-
- name
- currentSession.name
- nonterminalContext
- 0
+ Blue Component
+ 0.72321081161499023
+ Green Component
+ 0.69167852401733398
+ Red Component
+ 0.63061976432800293
+ Ansi 9 Color
- isTerminal
-
- name
- window
- nonterminalContext
- 0
+ Blue Component
+ 0.42818409204483032
+ Green Component
+ 0.45310419797897339
+ Red Component
+ 0.98958194255828857
+ BM Growl
+
+ Background Color
- isTerminal
-
- name
- id
- nonterminalContext
- 0
+ Blue Component
+ 0.16608485579490659
+ Green Component
+ 0.1474502086639404
+ Red Component
+ 0.1127838268876076
+ Background Image Location
+
+ Badge Color
- isTerminal
-
- name
- titleOverride
- nonterminalContext
+ Alpha Component
+ 0.5
+ Blue Component
0
+ Color Space
+ sRGB
+ Green Component
+ 0.1491314172744751
+ Red Component
+ 1
+ Badge Text
+
+ Blinking Cursor
+
+ Blur
+
+ Bold Color
- isTerminal
-
- name
- currentSession.username
- nonterminalContext
- 0
+ Blue Component
+ 0.91648769378662109
+ Green Component
+ 0.91671288013458252
+ Red Component
+ 0.91654461622238159
+ Character Encoding
+ 4
+ Close Sessions On End
+
+ Columns
+ 80
+ Command
+
+ Cursor Color
- isTerminal
-
- name
- currentSession.path
- nonterminalContext
- 0
+ Alpha Component
+ 1
+ Blue Component
+ 0.25098039215686269
+ Color Space
+ sRGB
+ Green Component
+ 0.84313725490196079
+ Red Component
+ 1
+ Cursor Guide Color
- isTerminal
-
- name
- iterm2
- nonterminalContext
- 4
+ Alpha Component
+ 0.25
+ Blue Component
+ 1
+ Color Space
+ sRGB
+ Green Component
+ 0.9268307089805603
+ Red Component
+ 0.70213186740875244
+ Cursor Text Color
- isTerminal
-
- name
- titleOverrideFormat
- nonterminalContext
+ Blue Component
0
-
-
- isTerminal
-
- name
- currentSession.hostname
- nonterminalContext
+ Green Component
0
-
-
- isTerminal
-
- name
- currentSession.terminalWindowName
- nonterminalContext
+ Red Component
0
+ Custom Command
+ No
+ Custom Directory
+ No
+ Default Bookmark
+ No
+ Description
+ Default
+ Disable Window Resizing
+
+ Flashing Bell
+
+ Foreground Color
- isTerminal
-
- name
- currentSession.pid
- nonterminalContext
- 0
+ Blue Component
+ 0.93115901947021484
+ Green Component
+ 0.92142927646636963
+ Red Component
+ 0.90730977058410645
+ Guid
+ 886C9DCE-E700-4290-912F-0E40F57D680B
+ Horizontal Spacing
+ 1
+ Idle Code
+ 0
+ Jobs to Ignore
+
+ rlogin
+ ssh
+ slogin
+ telnet
+
+ Keyboard Map
- isTerminal
-
- name
- tmuxWindow
- nonterminalContext
- 0
+ 0x2d-0x40000
+
+ Action
+ 11
+ Text
+ 0x1f
+
+ 0x32-0x40000
+
+ Action
+ 11
+ Text
+ 0x00
+
+ 0x33-0x40000
+
+ Action
+ 11
+ Text
+ 0x1b
+
+ 0x34-0x40000
+
+ Action
+ 11
+ Text
+ 0x1c
+
+ 0x35-0x40000
+
+ Action
+ 11
+ Text
+ 0x1d
+
+ 0x36-0x40000
+
+ Action
+ 11
+ Text
+ 0x1e
+
+ 0x37-0x40000
+
+ Action
+ 11
+ Text
+ 0x1f
+
+ 0x38-0x40000
+
+ Action
+ 11
+ Text
+ 0x7f
+
+ 0xf700-0x220000
+
+ Action
+ 10
+ Text
+ [1;2A
+
+ 0xf700-0x240000
+
+ Action
+ 10
+ Text
+ [1;5A
+
+ 0xf700-0x260000
+
+ Action
+ 10
+ Text
+ [1;6A
+
+ 0xf700-0x280000
+
+ Action
+ 11
+ Text
+ 0x1b 0x1b 0x5b 0x41
+
+ 0xf701-0x220000
+
+ Action
+ 10
+ Text
+ [1;2B
+
+ 0xf701-0x240000
+
+ Action
+ 10
+ Text
+ [1;5B
+
+ 0xf701-0x260000
+
+ Action
+ 10
+ Text
+ [1;6B
+
+ 0xf701-0x280000
+
+ Action
+ 11
+ Text
+ 0x1b 0x1b 0x5b 0x42
+
+ 0xf702-0x220000
+
+ Action
+ 10
+ Text
+ [1;2D
+
+ 0xf702-0x240000
+
+ Action
+ 10
+ Text
+ [1;5D
+
+ 0xf702-0x260000
+
+ Action
+ 10
+ Text
+ [1;6D
+
+ 0xf702-0x280000
+
+ Action
+ 11
+ Text
+ 0x1b 0x1b 0x5b 0x44
+
+ 0xf703-0x220000
+
+ Action
+ 10
+ Text
+ [1;2C
+
+ 0xf703-0x240000
+
+ Action
+ 10
+ Text
+ [1;5C
+
+ 0xf703-0x260000
+
+ Action
+ 10
+ Text
+ [1;6C
+
+ 0xf703-0x280000
+
+ Action
+ 11
+ Text
+ 0x1b 0x1b 0x5b 0x43
+
+ 0xf704-0x20000
+
+ Action
+ 10
+ Text
+ [1;2P
+
+ 0xf705-0x20000
+
+ Action
+ 10
+ Text
+ [1;2Q
+
+ 0xf706-0x20000
+
+ Action
+ 10
+ Text
+ [1;2R
+
+ 0xf707-0x20000
+
+ Action
+ 10
+ Text
+ [1;2S
+
+ 0xf708-0x20000
+
+ Action
+ 10
+ Text
+ [15;2~
+
+ 0xf709-0x20000
+
+ Action
+ 10
+ Text
+ [17;2~
+
+ 0xf70a-0x20000
+
+ Action
+ 10
+ Text
+ [18;2~
+
+ 0xf70b-0x20000
+
+ Action
+ 10
+ Text
+ [19;2~
+
+ 0xf70c-0x20000
+
+ Action
+ 10
+ Text
+ [20;2~
+
+ 0xf70d-0x20000
+
+ Action
+ 10
+ Text
+ [21;2~
+
+ 0xf70e-0x20000
+
+ Action
+ 10
+ Text
+ [23;2~
+
+ 0xf70f-0x20000
+
+ Action
+ 10
+ Text
+ [24;2~
+
+ 0xf729-0x20000
+
+ Action
+ 10
+ Text
+ [1;2H
+
+ 0xf729-0x40000
+
+ Action
+ 10
+ Text
+ [1;5H
+
+ 0xf72b-0x20000
+
+ Action
+ 10
+ Text
+ [1;2F
+
+ 0xf72b-0x40000
+
+ Action
+ 10
+ Text
+ [1;5F
+
+ Link Color
- isTerminal
-
- name
- currentSession
- nonterminalContext
+ Alpha Component
1
-
-
- isTerminal
-
- name
- currentSession
- nonterminalContext
- 0
-
-
- 4
-
-
- isTerminal
-
- name
- pid
- nonterminalContext
+ Blue Component
+ 0.73423302173614502
+ Color Space
+ sRGB
+ Green Component
+ 0.35916060209274292
+ Red Component
0
+ Mouse Reporting
+
+ Name
+ Materialize
+ Non Ascii Font
+ Monaco 12
+ Non-ASCII Anti Aliased
+
+ Normal Font
+ MesloLGS-NF-Regular 20
+ Open Toolbelt
+
+ Option Key Sends
+ 0
+ Prompt Before Closing 2
+
+ Right Option Key Sends
+ 0
+ Rows
+ 25
+ Screen
+ -2
+ Scrollback Lines
+ 1000
+ Selected Text Color
- isTerminal
-
- name
- localhostName
- nonterminalContext
- 0
+ Blue Component
+ 0.93115901947021484
+ Green Component
+ 0.92142927646636963
+ Red Component
+ 0.90730977058410645
+ Selection Color
- isTerminal
-
- name
- effectiveTheme
- nonterminalContext
- 0
+ Blue Component
+ 0.47096589207649231
+ Green Component
+ 0.41462835669517523
+ Red Component
+ 0.30659490823745728
-
-
- NoSyncTimeOfFirstLaunchOfVersionWithTip
- 549860866.52821302
- NoSyncTipsToNotShow
-
- 0004
- 0000
- 0010
- 0008
- 0017
- 0007
- 0003
- 0013
- 0016
- 0006
- 0002
- 000
- 0012
- 0009
- 0005
- 0001
- 0011
- 0015
- 0014
- 0018
-
- PointerActions
-
- Button,1,1,,
-
- Action
- kContextMenuPointerAction
-
- Button,2,1,,
-
- Action
- kPasteFromSelectionPointerAction
-
- Gesture,ThreeFingerSwipeDown,,
-
- Action
- kPrevWindowPointerAction
-
- Gesture,ThreeFingerSwipeLeft,,
-
- Action
- kPrevTabPointerAction
-
- Gesture,ThreeFingerSwipeRight,,
-
- Action
- kNextTabPointerAction
-
- Gesture,ThreeFingerSwipeUp,,
-
- Action
- kNextWindowPointerAction
+ Send Code When Idle
+
+ Shortcut
+
+ Silence Bell
+
+ Sync Title
+
+ Tags
+
+ material
+
+ Terminal Type
+ xterm-256color
+ Transparency
+ 0
+ Unlimited Scrollback
+
+ Use Bold Font
+
+ Use Bright Bold
+
+ Use Italic Font
+
+ Use Non-ASCII Font
+
+ Vertical Spacing
+ 1
+ Visual Bell
+
+ Window Type
+ 0
+ Working Directory
+ /Users/francescoronel
-
- PrefsCustomFolder
- /Users/fvcproductions/Dropbox/Code/dotfiles/bin/shell/iterm
- Print In Black And White
-
- SUAutomaticallyUpdate
-
- SUEnableAutomaticChecks
-
- SUFeedAlternateAppNameKey
- iTerm
- SUFeedURL
- https://iterm2.com/appcasts/final_new.xml?shard=17
- SUHasLaunchedBefore
-
- SULastCheckTime
- 2020-06-17T01:27:06Z
- SUSendProfileInfo
-
- SUUpdateGroupIdentifier
- 1091879450
- SUUpdateRelaunchingMarker
-
- ShowBookmarkName
-
+
SoundForEsc
- SplitPaneDimmingAmount
- 0.28449018429487183
- StretchTabsToFillBar
-
- TabStyle
- 2
- URLHandlersByGuid
-
VisualIndicatorForEsc
- WordCharacters
- /-+\~_.
- findMode_iTerm
- 0
- iTerm Version
- 3.3.11
- kCPKSelectionViewPreferredModeKey
- 0
- kCPKSelectionViewShowHSBTextFieldsKey
-
diff --git a/bin/shell/zsh/.p10k.zsh b/bin/shell/zsh/.p10k.zsh
index 166fc98f..37db2017 100644
--- a/bin/shell/zsh/.p10k.zsh
+++ b/bin/shell/zsh/.p10k.zsh
@@ -1,7 +1,7 @@
-# Generated by Powerlevel10k configuration wizard on 2022-04-12 at 11:53 PDT.
-# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301.
-# Wizard options: compatible, pure, original, 12h time, 2 lines, sparse,
-# instant_prompt=verbose.
+# Generated by Powerlevel10k configuration wizard on 2023-05-20 at 21:29 PDT.
+# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 35142.
+# Wizard options: nerdfont-complete + powerline, small icons, pure, 12h time, 2 lines,
+# sparse, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure).
@@ -35,7 +35,7 @@
unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR'
# Zsh >= 5.1 is required.
- autoload -Uz is-at-least && is-at-least 5.1 || return
+ [[ $ZSH_VERSION == (5.<1->*|<6->.*) ]] || return
# Prompt colors.
local grey='242'
diff --git a/bin/shell/zsh/fvcproductions.zsh-theme b/bin/shell/zsh/fvcproductions.zsh-theme
deleted file mode 100644
index db2232ab..00000000
--- a/bin/shell/zsh/fvcproductions.zsh-theme
+++ /dev/null
@@ -1,101 +0,0 @@
-local ret_status="%(?:%{$fg_bold[green]%}๐ :%{$fg_bold[red]%}โ %s)"
-
-PROMPT='โ %{$fg_bold[red]%}%t%{$reset_color%}
-${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
-
-ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
-ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}โ%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
-
-# The prompt
-PROMPT='โ %{$fg_bold[red]%}%t%{$reset_color%}
-${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}$(_user_host)$(_python_venv)%{$fg[cyan]%}%c $(git_prompt_info)%{$reset_color%}$(_git_time_since_commit)$(git_prompt_status)${_return_status}โ '
-
-# Prompt with SHA
-# PROMPT='$(_user_host)$(_python_venv)%{$fg[cyan]%}%c $(git_prompt_info)%{$reset_color%}$(git_prompt_short_sha)%{$fg[magenta]%}$(_git_time_since_commit)$(git_prompt_status)${_return_status}โ '
-
-local _return_status="%{$fg[red]%}%(?..โ )%{$reset_color%}"
-
-function _user_host() {
- if [[ -n $SSH_CONNECTION ]]; then
- me="%n@%m"
- elif [[ $LOGNAME != $USER ]]; then
- me="%n"
- fi
- if [[ -n $me ]]; then
- echo "%{$fg[cyan]%}$me%{$reset_color%}:"
- fi
-}
-
-# Determine if there is an active Python virtual environment
-function _python_venv() {
- if [[ $VIRTUAL_ENV != "" ]]; then
- echo "%{$fg[blue]%}(${VIRTUAL_ENV##*/})%{$reset_color%} "
- fi
-}
-
-# Format for git_prompt_long_sha() and git_prompt_short_sha()
-ZSH_THEME_GIT_PROMPT_SHA_BEFORE="%{%F{yellow}%}"
-ZSH_THEME_GIT_PROMPT_SHA_AFTER="%{$reset_color%} "
-
-ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}"
-ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}โ%{$reset_color%} "
-ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[white]%}โ "
-ZSH_THEME_GIT_PROMPT_CLEAN=" "
-ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[cyan]%}โ "
-ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[yellow]%}โณ "
-ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%}โ "
-ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[blue]%}โ "
-ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[cyan]%}ยง "
-ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg[blue]%}โฒ "
-
-ZSH_THEME_GIT_TIME_SINCE_COMMIT_SHORT="%{$fg[white]%}"
-ZSH_THEME_GIT_TIME_SHORT_COMMIT_MEDIUM="%{$fg[yellow]%}"
-ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG="%{$fg[red]%}"
-ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL="%{$fg[white]%}"
-
-#
-# Determine the time since last commit. If branch is clean,
-# use a neutral color, otherwise colors will vary according to time.
-function _git_time_since_commit() {
-# Only proceed if there is actually a commit.
- if git log -1 > /dev/null 2>&1; then
- # Get the last commit.
- last_commit=$(git log --pretty=format:'%at' -1 2> /dev/null)
- now=$(date +%s)
- seconds_since_last_commit=$((now-last_commit))
-
- # Totals
- minutes=$((seconds_since_last_commit / 60))
- hours=$((seconds_since_last_commit/3600))
-
- # Sub-hours and sub-minutes
- days=$((seconds_since_last_commit / 86400))
- sub_hours=$((hours % 24))
- sub_minutes=$((minutes % 60))
-
- if [ $hours -gt 24 ]; then
- commit_age="${days}d "
- elif [ $minutes -gt 60 ]; then
- commit_age="${sub_hours}h${sub_minutes}m "
- else
- commit_age="${minutes}m "
- fi
- if [[ -n $(git status -s 2> /dev/null) ]]; then
- if [ "$hours" -gt 4 ]; then
- COLOR="$ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG"
- elif [ "$minutes" -gt 30 ]; then
- COLOR="$ZSH_THEME_GIT_TIME_SHORT_COMMIT_MEDIUM"
- else
- COLOR="$ZSH_THEME_GIT_TIME_SINCE_COMMIT_SHORT"
- fi
- else
- COLOR="$ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL"
- fi
-
-
- echo "$COLOR$commit_age%{$reset_color%}"
- fi
-}
diff --git a/bin/shell/zsh/refined.zsh-theme b/bin/shell/zsh/refined.zsh-theme
deleted file mode 100644
index d2c5a8ae..00000000
--- a/bin/shell/zsh/refined.zsh-theme
+++ /dev/null
@@ -1,382 +0,0 @@
-# Pure
-# by Sindre Sorhus
-# https://github.com/sindresorhus/pure
-# MIT License
-
-# For my own and others sanity
-# git:
-# %b => current branch
-# %a => current action (rebase/merge)
-# prompt:
-# %F => color dict
-# %f => reset color
-# %~ => current path
-# %* => time
-# %n => username
-# %m => shortname host
-# %(?..) => prompt conditional - %(condition.true.false)
-# terminal codes:
-# \e7 => save cursor position
-# \e[2A => move cursor 2 lines up
-# \e[1G => go to position 1 in terminal
-# \e8 => restore cursor position
-# \e[K => clears everything after the cursor on the current line
-# \e[2K => clear everything on the current line
-
-
-# turns seconds into human readable time
-# 165392 => 1d 21h 56m 32s
-# https://github.com/sindresorhus/pretty-time-zsh
-prompt_pure_human_time_to_var() {
- local human=" " total_seconds=$1 var=$2
- local days=$(( total_seconds / 60 / 60 / 24 ))
- local hours=$(( total_seconds / 60 / 60 % 24 ))
- local minutes=$(( total_seconds / 60 % 60 ))
- local seconds=$(( total_seconds % 60 ))
- (( days > 0 )) && human+="${days}d "
- (( hours > 0 )) && human+="${hours}h "
- (( minutes > 0 )) && human+="${minutes}m "
- human+="${seconds}s"
-
- # store human readable time in variable as specified by caller
- typeset -g "${var}"="${human}"
-}
-
-# stores (into prompt_pure_cmd_exec_time) the exec time of the last command if set threshold was exceeded
-prompt_pure_check_cmd_exec_time() {
- integer elapsed
- (( elapsed = EPOCHSECONDS - ${prompt_pure_cmd_timestamp:-$EPOCHSECONDS} ))
- prompt_pure_cmd_exec_time=
- (( elapsed > ${PURE_CMD_MAX_EXEC_TIME:=5} )) && {
- prompt_pure_human_time_to_var $elapsed "prompt_pure_cmd_exec_time"
- }
-}
-
-prompt_pure_clear_screen() {
- # enable output to terminal
- zle -I
- # clear screen and move cursor to (0, 0)
- print -n '\e[2J\e[0;0H'
-
- # do not print the preprompt newline
- prompt_pure_print_preprompt_newline=0
-
- # print preprompt
- prompt_pure_preprompt_render precmd
-}
-
-prompt_pure_check_git_arrows() {
- # reset git arrows
- prompt_pure_git_arrows=
-
- # check if there is an upstream configured for this branch
- command git rev-parse --abbrev-ref @'{u}' &>/dev/null || return
-
- local arrow_status
- # check git left and right arrow_status
- arrow_status="$(command git rev-list --left-right --count HEAD...@'{u}' 2>/dev/null)"
- # exit if the command failed
- (( !$? )) || return
-
- # left and right are tab-separated, split on tab and store as array
- arrow_status=(${(ps:\t:)arrow_status})
- local arrows left=${arrow_status[1]} right=${arrow_status[2]}
-
- (( ${right:-0} > 0 )) && arrows+="${PURE_GIT_DOWN_ARROW:-โฃ}"
- (( ${left:-0} > 0 )) && arrows+="${PURE_GIT_UP_ARROW:-โก}"
-
- [[ -n $arrows ]] && prompt_pure_git_arrows=" ${arrows}"
-}
-
-prompt_pure_set_title() {
- # emacs terminal does not support settings the title
- (( ${+EMACS} )) && return
-
- # tell the terminal we are setting the title
- print -n '\e]0;'
- # show hostname if connected through ssh
- [[ -n $SSH_CONNECTION ]] && print -Pn '(%m) '
- case $1 in
- expand-prompt)
- print -Pn $2;;
- ignore-escape)
- print -rn $2;;
- esac
- # end set title
- print -n '\a'
-}
-
-prompt_pure_preexec() {
- # attempt to detect and prevent prompt_pure_async_git_fetch from interfering with user initiated git or hub fetch
- [[ $2 =~ (git|hub)\ .*(pull|fetch) ]] && async_flush_jobs 'prompt_pure'
-
- prompt_pure_cmd_timestamp=$EPOCHSECONDS
-
- # shows the current dir and executed command in the title while a process is active
- prompt_pure_set_title 'ignore-escape' "$PWD:t: $2"
-}
-
-# string length ignoring ansi escapes
-prompt_pure_string_length_to_var() {
- local str=$1 var=$2 length
- # perform expansion on str and check length
- length=$(( ${#${(S%%)str//(\%([KF1]|)\{*\}|\%[Bbkf])}} ))
-
- # store string length in variable as specified by caller
- typeset -g "${var}"="${length}"
-}
-
-prompt_pure_preprompt_render() {
- # store the current prompt_subst setting so that it can be restored later
- local prompt_subst_status=$options[prompt_subst]
-
- # make sure prompt_subst is unset to prevent parameter expansion in preprompt
- setopt local_options no_prompt_subst
-
- # check that no command is currently running, the preprompt will otherwise be rendered in the wrong place
- [[ -n ${prompt_pure_cmd_timestamp+x} && "$1" != "precmd" ]] && return
-
- # set color for git branch/dirty status, change color if dirty checking has been delayed
- local git_color=242
- [[ -n ${prompt_pure_git_last_dirty_check_timestamp+x} ]] && git_color=red
-
- # construct preprompt, beginning with path
- local preprompt="%F{blue}%~%f"
- # git info
- preprompt+="%F{$git_color}${vcs_info_msg_0_}${prompt_pure_git_dirty}%f"
- # git pull/push arrows
- preprompt+="%F{cyan}${prompt_pure_git_arrows}%f"
- # username and machine if applicable
- preprompt+=$prompt_pure_username
- # execution time
- preprompt+="%F{yellow}${prompt_pure_cmd_exec_time}%f"
-
- # make sure prompt_pure_last_preprompt is a global array
- typeset -g -a prompt_pure_last_preprompt
-
- # if executing through precmd, do not perform fancy terminal editing
- if [[ "$1" == "precmd" ]]; then
- if (( prompt_pure_print_preprompt_newline )); then
- preprompt="${preprompt}"
- else
- prompt_pure_print_preprompt_newline=1
- fi
- print -P "${preprompt}"
- else
- # only redraw if the expanded preprompt has changed
- [[ "${prompt_pure_last_preprompt[2]}" != "${(S%%)preprompt}" ]] || return
-
- # calculate length of preprompt and store it locally in preprompt_length
- integer preprompt_length lines
- prompt_pure_string_length_to_var "${preprompt}" "preprompt_length"
-
- # calculate number of preprompt lines for redraw purposes
- (( lines = ( preprompt_length - 1 ) / COLUMNS + 1 ))
-
- # calculate previous preprompt lines to figure out how the new preprompt should behave
- integer last_preprompt_length last_lines
- prompt_pure_string_length_to_var "${prompt_pure_last_preprompt[1]}" "last_preprompt_length"
- (( last_lines = ( last_preprompt_length - 1 ) / COLUMNS + 1 ))
-
- # clr_prev_preprompt erases visual artifacts from previous preprompt
- local clr_prev_preprompt
- if (( last_lines > lines )); then
- # move cursor up by last_lines, clear the line and move it down by one line
- clr_prev_preprompt="\e[${last_lines}A\e[2K\e[1B"
- while (( last_lines - lines > 1 )); do
- # clear the line and move cursor down by one
- clr_prev_preprompt+='\e[2K\e[1B'
- (( last_lines-- ))
- done
-
- # move cursor into correct position for preprompt update
- clr_prev_preprompt+="\e[${lines}B"
- # create more space for preprompt if new preprompt has more lines than last
- elif (( last_lines < lines )); then
- # move cursor using newlines because ansi cursor movement can't push the cursor beyond the last line
- printf $'\n'%.0s {1..$(( lines - last_lines ))}
- fi
-
- # disable clearing of line if last char of preprompt is last column of terminal
- local clr='\e[K'
- (( COLUMNS * lines == preprompt_length )) && clr=
-
- # modify previous preprompt
- print -Pn "${clr_prev_preprompt}\e[${lines}A\e[${COLUMNS}D${preprompt}${clr}\n"
-
- if [[ $prompt_subst_status = 'on' ]]; then
- # re-eanble prompt_subst for expansion on PS1
- setopt prompt_subst
- fi
-
- # redraw prompt (also resets cursor position)
- zle && zle .reset-prompt
- fi
-
- # store both unexpanded and expanded preprompt for comparison
- prompt_pure_last_preprompt=("$preprompt" "${(S%%)preprompt}")
-}
-
-prompt_pure_precmd() {
- # check exec time and store it in a variable
- prompt_pure_check_cmd_exec_time
-
- # by making sure that prompt_pure_cmd_timestamp is defined here the async functions are prevented from interfering
- # with the initial preprompt rendering
- prompt_pure_cmd_timestamp=
-
- # check for git arrows
- prompt_pure_check_git_arrows
-
- # shows the full path in the title
- prompt_pure_set_title 'expand-prompt' '%~'
-
- # get vcs info
- vcs_info
-
- # preform async git dirty check and fetch
- prompt_pure_async_tasks
-
- # print the preprompt
- prompt_pure_preprompt_render "precmd"
-
- # remove the prompt_pure_cmd_timestamp, indicating that precmd has completed
- unset prompt_pure_cmd_timestamp
-}
-
-# fastest possible way to check if repo is dirty
-prompt_pure_async_git_dirty() {
- local untracked_dirty=$1; shift
-
- # use cd -q to avoid side effects of changing directory, e.g. chpwd hooks
- builtin cd -q "$*"
-
- if [[ "$untracked_dirty" == "0" ]]; then
- command git diff --no-ext-diff --quiet --exit-code
- else
- test -z "$(command git status --porcelain --ignore-submodules -unormal)"
- fi
-
- (( $? )) && echo "*"
-}
-
-prompt_pure_async_git_fetch() {
- # use cd -q to avoid side effects of changing directory, e.g. chpwd hooks
- builtin cd -q "$*"
-
- # set GIT_TERMINAL_PROMPT=0 to disable auth prompting for git fetch (git 2.3+)
- GIT_TERMINAL_PROMPT=0 command git -c gc.auto=0 fetch
-}
-
-prompt_pure_async_tasks() {
- # initialize async worker
- ((!${prompt_pure_async_init:-0})) && {
- async_start_worker "prompt_pure" -u -n
- async_register_callback "prompt_pure" prompt_pure_async_callback
- prompt_pure_async_init=1
- }
-
- # store working_tree without the "x" prefix
- local working_tree="${vcs_info_msg_1_#x}"
-
- # check if the working tree changed (prompt_pure_current_working_tree is prefixed by "x")
- if [[ ${prompt_pure_current_working_tree#x} != $working_tree ]]; then
- # stop any running async jobs
- async_flush_jobs "prompt_pure"
-
- # reset git preprompt variables, switching working tree
- unset prompt_pure_git_dirty
- unset prompt_pure_git_last_dirty_check_timestamp
-
- # set the new working tree and prefix with "x" to prevent the creation of a named path by AUTO_NAME_DIRS
- prompt_pure_current_working_tree="x${working_tree}"
- fi
-
- # only perform tasks inside git working tree
- [[ -n $working_tree ]] || return
-
- # do not preform git fetch if it is disabled or working_tree == HOME
- if (( ${PURE_GIT_PULL:-1} )) && [[ $working_tree != $HOME ]]; then
- # tell worker to do a git fetch
- async_job "prompt_pure" prompt_pure_async_git_fetch "${working_tree}"
- fi
-
- # if dirty checking is sufficiently fast, tell worker to check it again, or wait for timeout
- integer time_since_last_dirty_check=$(( EPOCHSECONDS - ${prompt_pure_git_last_dirty_check_timestamp:-0} ))
- if (( time_since_last_dirty_check > ${PURE_GIT_DELAY_DIRTY_CHECK:-1800} )); then
- unset prompt_pure_git_last_dirty_check_timestamp
- # check check if there is anything to pull
- async_job "prompt_pure" prompt_pure_async_git_dirty "${PURE_GIT_UNTRACKED_DIRTY:-1}" "${working_tree}"
- fi
-}
-
-prompt_pure_async_callback() {
- local job=$1
- local output=$3
- local exec_time=$4
-
- case "${job}" in
- prompt_pure_async_git_dirty)
- prompt_pure_git_dirty=$output
- prompt_pure_preprompt_render
-
- # When prompt_pure_git_last_dirty_check_timestamp is set, the git info is displayed in a different color.
- # To distinguish between a "fresh" and a "cached" result, the preprompt is rendered before setting this
- # variable. Thus, only upon next rendering of the preprompt will the result appear in a different color.
- (( $exec_time > 2 )) && prompt_pure_git_last_dirty_check_timestamp=$EPOCHSECONDS
- ;;
- prompt_pure_async_git_fetch)
- prompt_pure_check_git_arrows
- prompt_pure_preprompt_render
- ;;
- esac
-}
-
-prompt_pure_setup() {
- # prevent percentage showing up
- # if output doesn't end with a newline
- export PROMPT_EOL_MARK=''
-
- prompt_opts=(subst percent)
-
- zmodload zsh/datetime
- zmodload zsh/zle
- zmodload zsh/parameter
-
- autoload -Uz add-zsh-hook
- autoload -Uz vcs_info
- autoload -Uz async && async
-
- add-zsh-hook precmd prompt_pure_precmd
- add-zsh-hook preexec prompt_pure_preexec
-
- zstyle ':vcs_info:*' enable git
- zstyle ':vcs_info:*' use-simple true
- # only export two msg variables from vcs_info
- zstyle ':vcs_info:*' max-exports 2
- # vcs_info_msg_0_ = ' %b' (for branch)
- # vcs_info_msg_1_ = 'x%R' git top level (%R), x-prefix prevents creation of a named path (AUTO_NAME_DIRS)
- zstyle ':vcs_info:git*' formats ' %b' 'x%R'
- zstyle ':vcs_info:git*' actionformats ' %b|%a' 'x%R'
-
- # if the user has not registered a custom zle widget for clear-screen,
- # override the builtin one so that the preprompt is displayed correctly when
- # ^L is issued.
- if [[ $widgets[clear-screen] == 'builtin' ]]; then
- zle -N clear-screen prompt_pure_clear_screen
- fi
-
- # do not print the prepropmt newline initially
- prompt_pure_print_preprompt_newline=0
-
- # show username@host if logged in through SSH
- [[ "$SSH_CONNECTION" != '' ]] && prompt_pure_username=' %F{242}%n@%m%f'
-
- # show username@host if root, with username in white
- [[ $UID -eq 0 ]] && prompt_pure_username=' %F{white}%n%f%F{242}@%m%f'
-
- # prompt turns red if the previous command didn't exit with 0
- PROMPT="%(?.%F{magenta}.%F{red})${PURE_PROMPT_SYMBOL:-โฏ}%f "
-}
-
-prompt_pure_setup "$@"
\ No newline at end of file
diff --git a/bootstrap.sh b/bootstrap.sh
index 8d77350c..6e37ce6d 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -50,7 +50,7 @@ check () { type -t "${@}" > /dev/null 2>&1; }
# function to install Homebrew Formulas
install_formula () {
- DOTFILE="$HOME/Dropbox/github/dotfiles"
+ DOTFILE="$HOME/Dropbox/Code/dotfiles"
echo ""
echo "${LGREEN}Installing Homebrew Packages...${NC}"
@@ -70,7 +70,6 @@ install_formula () {
brew install yarn
brew install youtube-dl
brew install zsh
- brew install zsh-syntax-highlighting
# cleanup
echo ""
@@ -124,8 +123,8 @@ fi
# install Homebrew Formulas
while true; do
- read -p "${LGREEN}Would you like to install Homebrew formulas? [y/n]${NC}" answer
- echo ""
+ read -p "Would you like to install Homebrew formulas? [y/n]" answer
+ echo "${NC}"
case $answer in
[y/Y]* ) install_formula; break;;
[n/N]* ) break;;
diff --git a/init/.casks b/init/.casks
index 209f6e98..bb2cb2be 100644
--- a/init/.casks
+++ b/init/.casks
@@ -1,9 +1,13 @@
#!/usr/bin/env bash
-RED='\033[0;31m' # Red Color
-YELLOW='\033[1;33m' # Yellow Color
-NC='\033[0m' # No Color
+# Red Color
+RED='\033[0;31m'
+# Yellow Color
+YELLOW='\033[1;33m'
+# No Color
+NC='\033[0m'
+# Install all casks
function cask() {
if brew info "${@}" | grep "Not installed" > /dev/null; then
brew install "${@}" --cask
@@ -16,8 +20,6 @@ cask 1password
cask aerial
cask alfred
cask apparency
-cask betterzipql
-cask between
cask camo-studio
cask cardhop
cask cleanmymac
@@ -62,6 +64,7 @@ cask the-unarchiver
cask tower
cask tyke
cask visual-studio-code
+cask warp
cask webpquicklook
cask whatsapp
cask zoom
diff --git a/init/.fonts b/init/.fonts
index dda197de..2eb75412 100644
--- a/init/.fonts
+++ b/init/.fonts
@@ -2,7 +2,6 @@
DOT="$HOME/.dotfiles"
-
echo ""
echo "Installing Roboto font... "
brew install font-roboto --cask
@@ -23,4 +22,8 @@ echo ""
echo "Copying over Latina Essential font..."
cp -RfXv $DOT/bin/fonts/Latina-Essential ~/Library/Fonts/
+echo ""
+echo "Copying over MesloLGS font..."
+cp -RfXv $DOT/bin/fonts/MesloLGS ~/Library/Fonts/
+
brew cleanup
\ No newline at end of file
diff --git a/init/.gituser b/init/.gituser
index 9b7d5382..dbbe6a61 100644
--- a/init/.gituser
+++ b/init/.gituser
@@ -30,7 +30,6 @@ function setdefaultgitconfig () {
echo "Okay all good"
}
-
function gitconfig () {
read -p "Please enter your Git Author Name: " GIT_AUTHOR_NAME
git config --global user.name "$GIT_AUTHOR_NAME"
diff --git a/init/.npm b/init/.npm
index 4431a1ff..8120eed2 100644
--- a/init/.npm
+++ b/init/.npm
@@ -15,8 +15,6 @@ npm config set save-exact true
npm install
-node index.js
-
# list Packages that will be installed
node_modules=(
conduct
diff --git a/init/.osx b/init/.osx
index 8650b2b4..ccaea4df 100644
--- a/init/.osx
+++ b/init/.osx
@@ -22,7 +22,7 @@ duti -s com.microsoft.VSCode .md editor
duti -s com.microsoft.VSCode .txt editor
duti -s com.microsoft.VSCode .cpp editor
duti -s com.microsoft.VSCode .css editor
-duti -s com.microsoft.VSCode public.html editor
+duti -s com.microsoft.VSCode .html editor
duti -s com.microsoft.VSCode .js editor
duti -s com.microsoft.VSCode .m editor
duti -s com.microsoft.VSCode .mm editor
@@ -105,7 +105,6 @@ echo "Set the size of icons on the desktop and in other icon views"
/usr/libexec/PlistBuddy -c "Set :FK_StandardViewSettings:IconViewSettings:iconSize 32" ~/Library/Preferences/com.apple.finder.plist
/usr/libexec/PlistBuddy -c "Set :StandardViewSettings:IconViewSettings:iconSize 32" ~/Library/Preferences/com.apple.finder.plist
-
# INPUT
echo "Increasing sound quality for Bluetooth headphones/headsets"
@@ -136,15 +135,6 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC
defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClickBehavior -int 1
defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true
-echo ""
-echo "Setting scroll gesture with the Ctrl (^) modifier key to zoom"
-defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true
-defaults write com.apple.universalaccess HIDScrollZoomModifierMask -int 262144
-
-echo ""
-echo "Setting to follow the keyboard focus while zoomed in"
-defaults write com.apple.universalaccess closeViewZoomFollowsFocus -bool true
-
# SCREEN
echo "Enabling subpixel font rendering on non-Apple LCDs"
@@ -154,7 +144,6 @@ echo ""
echo "Enable HiDPI display modes (requires restart)"
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true
-
# FINDER
echo ""
@@ -219,7 +208,6 @@ echo ""
echo "Disable auto-correct"
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
-
# DOCK
echo ""
@@ -242,10 +230,6 @@ echo ""
echo "Reset Launchpad, but keep the desktop wallpaper intact"
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete
-echo ""
-echo "Adding iOS Simulator to Launchpad"
-ln -sf /Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app /Applications/iOS\ Simulator.app
-
# SAFARI
echo ""
diff --git a/init/.shell b/init/.shell
index fafac2a9..71e05e1a 100644
--- a/init/.shell
+++ b/init/.shell
@@ -14,9 +14,6 @@ echo ""
echo "Downloading asciinema to record terminal sessions"
curl -sL https://asciinema.org/install | sh
-# change git commit editor to nano
-# git config --global core.editor nano
-
# change git commit editor to VS Code
echo ""
echo "Changing default editor to code"
@@ -50,23 +47,16 @@ echo "Setting Materialize.terminal as the default theme."
defaults write com.apple.terminal "Default Window Settings" -string "Materialize.terminal"
defaults write com.apple.terminal "Startup Window Settings" -string "Materialize.terminal"
-# Link .zshrc
-echo ""
-echo "Install FVCproductions zsh-theme"
-cp -RfXv "$DOT/bin/shell/zsh/fvcproductions.zsh-theme" "$HOME/.oh-my-zsh/themes/fvcproductions.zsh-theme"
-cp -RfXv "$DOT/bin/shell/.zshrc" "$HOME/.zshrc" && source $HOME/.zshrc
-
echo ""
-echo "Install Refined zsh-theme"
-cp -RfXv "$DOT/bin/shell/zsh/refined.zsh-theme" "$HOME/.oh-my-zsh/themes/refined.zsh-theme"
-cp -RfXv "$DOT/bin/shell/.zshrc" "$HOME/.zshrc" && source $HOME/.zshrc
+echo "Install ZSH config"
+cp -RfXv "$DOT/bin/shell/.zshrc" "$HOME/.zshrc"
echo ""
echo "Install Powerlevel config"
-# cp -RfXv "$DOT/bin/shell/zsh/.p10k.zsh" "$HOME/.p10k.zsh"
brew install romkatv/powerlevel10k/powerlevel10k
-echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
-p10k configure
+cp -RfXv "$DOT/bin/shell/zsh/.p10k.zsh" "$HOME/.p10k.zsh"
+source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme
+# p10k configure
# setup zsh plugins
@@ -80,12 +70,24 @@ brew install zsh-syntax-highlighting
echo "zsh-auto-suggestions"
brew install zsh-autosuggestions
+echo "zsh-wakatime"
+python3 -m pip install --upgrade setuptools
+python3 -m pip install --upgrade pip
+pip install wakatime
+cd ~/.oh-my-zsh/custom/plugins && git clone https://github.com/wbingli/zsh-wakatime.git
+
+echo ""
+echo "Finalize ZSH Plugins"
echo "source ~/.zshrc"
source ~/.zshrc
echo ""
-echo "Adding on zsh env file"
-cp -RfXv "$DOT/bin/shell/.zshenv" "$HOME/.zshenv" && source $HOME/.zshenv
+echo "Setting up zsh profile"
+cp -RfXv "$DOT/bin/shell/.zprofile" "$HOME/.zprofile"
+
+echo "Setting up zsh environment"
+cp -RfXv "$DOT/bin/shell/.zshenv" "$HOME/.zshenv"
+source $HOME/.zshenv
echo ""
echo "Set ZSH as default"