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"