Skip to content

Commit

Permalink
good enough
Browse files Browse the repository at this point in the history
Signed-off-by: francescoronel <[email protected]>
  • Loading branch information
FrancesCoronel committed Oct 2, 2022
1 parent f360c65 commit 4bab661
Show file tree
Hide file tree
Showing 84 changed files with 682 additions and 13,266 deletions.
Binary file added .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions .github/.gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[user]
name = Frances Coronel
email = [email protected]
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[diff]
tool = Kaleidoscope
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[merge]
tool = Kaleidoscope
[mergetool "Kaleidoscope"]
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
trustExitCode = true
[mergetool]
prompt = false
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions LICENSE → .github/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 FVCproductions
Copyright (c) 2015 Frances Coronel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
202 changes: 201 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,202 @@
// 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"
},
"ul-style": {
"style": "dash"
},
"first-header-h1": false,
"first-line-h1": false,
"list-marker-space": false,
"no-bare-urls": false,
"no-hard-tabs": false,
"no-inline-html": false,
"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": -1,
}
86 changes: 11 additions & 75 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@
- [Chrome Extensions](#chrome-extensions)
- [Desktop](#desktop)
- [Fonts](#fonts)
- [Editors](#editors)
- [Atom](#atom)
- [Sublime Text](#sublime-text)
- [Visual Studio Code](#visual-studio-code)
- [Open with Terminal](#open-with-terminal)
- [Visual Studio Code Extensions](#visual-studio-code-extensions)
- [Visual Studio Code Editor](#visual-studio-code-editor)
- [Open with Terminal](#open-with-terminal)
- [Visual Studio Code Extensions](#visual-studio-code-extensions)
- [Homebrew](#homebrew)
- [macOS Apps](#macos-apps)
- [Casks](#casks)
Expand Down Expand Up @@ -150,42 +147,17 @@ I use the [Unsplash Wallpapers](https://unsplash.com/wallpaper) app to automatic
- [Hack](https://github.com/source-foundry/Hack)
- [Input](http://input.fontbureau.com/)

### Editors

#### Atom

Using [Sync Settings](https://atom.io/packages/sync-settings) package with this [Gist](https://gist.github.com/FrancesCoronel/ae1c2069a9ad59e71e321c7f7ba85d53).

![Atom](https://i.imgur.com/JVhDvcq.png)

#### Sublime Text

First install [Package Control](https://packagecontrol.io/installation)

Then use the [SyncSettings](https://github.com/mfuentesg/SyncSettings) package with this [Gist](https://gist.github.com/FrancesCoronel/6452da691c3a5b37e6b27d2423cb3a26).

Use `Sync Settings: Edit User Settings` and within `SyncSettings.sublime-settings`, type in the following:

```json
{
"access_token": "xxx",
"gist_id": "6452da691c3a5b37e6b27d2423cb3a26"
}
```

![Sublime Text](https://i.imgur.com/JUpBQVU.png)

#### Visual Studio Code
### Visual Studio Code Editor

Using [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) extension with this [Gist](https://gist.github.com/FrancesCoronel/42f14d19392a50ae6fd03feae51ed1de).

##### Open with Terminal
#### Open with Terminal

Use `Shell Command: Install 'code' command in PATH`.

![Visual Studio Code](https://i.imgur.com/NBiUCtM.png)

##### Visual Studio Code Extensions
#### Visual Studio Code Extensions

```bash
❯ code --list-extensions | xargs -L 1 echo code --install-extension
Expand Down Expand Up @@ -258,63 +230,27 @@ A full list of the apps installed automatically using Homebrew Casks can be foun

#### Manual

These applications need to be manually downloaded or transferred from the App Store or Dropbox upon a fresh install.
These applications may need to be manually downloaded upon a fresh install.

- [Alfred](https://www.alfredapp.com/)

- 10x better than Spotlight

- [Amphetamine](https://itunes.apple.com/us/app/amphetamine/id937984704?mt=12)

- Slightly better than the Caffeine app

- Keeps my computer on
- [BetterSnapTool](https://itunes.apple.com/us/app/bettersnaptool/id417375580?mt=12)

- Easy to drag & resize windows

- [Blotter](https://itunes.apple.com/us/app/blotter/id406580224?mt=12)
- [Day One Classic](http://dayoneapp.com/)

- Personal journal

- [Gemini](https://macpaw.com/gemini)
- [Fantastical](https://flexibits.com/fantastical)
- A better calendar
- [Kaleidoscope](https://www.kaleidoscopeapp.com/)

- Dem merge conflicts tho

- [LittleIpsum](https://itunes.apple.com/us/app/littleipsum/id405772121?mt=12)
- [Living Earth Desktop](http://www.livingearthapp.com/)
- [Marked](http://marked2app.com/)

- Preview Markdown files with tons of features/options

- [Monodraw](https://monodraw.helftone.com/)
- [Monosnap](https://monosnap.com/welcome)

- Easily share video recordings

- [Prepo](https://itunes.apple.com/us/app/prepo/id476533227?mt=12)
- [Promotee](http://www.netwalkapps.com/app/promotee)

- To showcase apps off

- [Redacted](https://itunes.apple.com/us/app/redacted/id984968384?mt=12)
- [Sip](https://sipapp.io/)

- Cool color manager

- [Tower](https://www.git-tower.com/mac/)

- Best GitHub GUI right now

- Best GitHub GUI
- [Tyke](http://tyke.io/)
- [Unsplash Wallpapers](https://unsplash.com/wallpaper)
- Mac menubar note taker

#### Menubar

> Just for future reference.
![Menubar](https://i.imgur.com/urjOm9B.png?1)

![Bartender Menubar](https://i.imgur.com/RuYsXaW.png?1)
Expand Down
Binary file added bin/.DS_Store
Binary file not shown.
Binary file added bin/alfred/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>cornerRoundness</key>
<integer>0</integer>
<key>credits</key>
<string>FVCproductions</string>
<string>Frances Coronel</string>
<key>imageStyle</key>
<integer>9</integer>
<key>name</key>
Expand Down
Loading

0 comments on commit 4bab661

Please sign in to comment.