Skip to content

Commit

Permalink
Woohoo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancesCoronel committed May 21, 2023
1 parent fc1400c commit 0ce2459
Show file tree
Hide file tree
Showing 31 changed files with 1,273 additions and 9,890 deletions.
1 change: 1 addition & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Numerous always-ignore extensions

# OS or Editor folders
.DS_Store
*.DS_Store
._*
Thumbs.db
.cache
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
179 changes: 1 addition & 178 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
66 changes: 36 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -99,19 +100,21 @@ 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

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/)
Expand All @@ -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

Expand Down Expand Up @@ -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)

Expand All @@ -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.
Expand All @@ -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)

Expand All @@ -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

Expand All @@ -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)
Expand All @@ -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/)
Loading

0 comments on commit 0ce2459

Please sign in to comment.