Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antfu/use
Things I am using
https://github.com/antfu/use
Last synced: 19 days ago
JSON representation
Things I am using
- Host: GitHub
- URL: https://github.com/antfu/use
- Owner: antfu
- Created: 2022-06-25T03:05:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T16:04:56.000Z (10 months ago)
- Last Synced: 2024-10-04T22:16:50.832Z (30 days ago)
- Size: 4.88 KB
- Stars: 1,008
- Watchers: 33
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use
Things I am using
## Editor
- Editor: [VS Code](https://code.visualstudio.com/)
- VS Code Settings & Extensions: [antfu/vscode-settings](https://github.com/antfu/vscode-settings)
- Fonts: [Input Mono](https://input.djr.com/)
- Theme: [Vitesse Theme](https://github.com/antfu/vscode-theme-vitesse)
- Icons Theme: [Catppuccin Icons](https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons)
- Product Icons: [Carbon Icons](https://github.com/antfu/vscode-icons-carbon)
- Formatting & Linting: [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) with [`@antfu/eslint-config`](https://github.com/antfu/eslint-config)## Chrome Extensions
- [Refined GitHub](https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf) - No-brainer must-have
- [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) - User scripts for any website
- [File Icons for GitHub and GitLab](https://chrome.google.com/webstore/detail/file-icons-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe) - It looks very nice!
- [Grammarly](https://chrome.google.com/webstore/detail/grammarly-grammar-checker/kbfnbcaeplbcioakkpcpgfkobkghlhen) - Spell check
- [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm) - Ad blocker
- [I don't care about cookies](https://chrome.google.com/webstore/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja) - Disable cookie popups, probably more relevant in EU## MacOS Productivity
- [Raycast](https://raycast.com/) - Spotlight replacement
- [Kap](https://getkap.co/) - GIF Recorder
- [MonitorControl](https://github.com/MonitorControl/MonitorControl) - Control the monitor in macOS
- [Picture View](https://wl879.github.io/apps/picview/) - Minimalist picture viewer
- [Picsee](https://picsee.chitaner.com/) - File-based photo management
- [Command X](https://apps.apple.com/us/app/command-x/id6448461551?mt=12) - The missing Cut feature for Finder
- [Rectangle](https://rectangleapp.com/) - Window Manager## Design / Social Media
- [`broz`](https://github.com/antfu/broz) - Frameless browser for screenshots
- [Figma](https://www.figma.com/) - Illustrations, Logos, Social Media Banners
- [OBS](https://obsproject.com/) - Streaming & Recording
- [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve) - Video Editing
- [Lightroom Classic](https://www.adobe.com/products/photoshop-lightroom-classic.html) - Photo Editing and Management## Hardware
- MacBook Pro 16' M1 Max 64GB
- Microphone: Blue Yeti Nano
- Camera: RICOH GR IIIx / Nikon Z6 II
- Monitor: LG 27UL850-W
- Mouse: Logitech MX Ergo
- Light: Elgato Key Light Air
- Chair: Herman Miller Sayl
- Keyboard: HHKB Studio## CLI
- [`zsh`](https://zsh.org/) - Shell
- Config: [antfu/dotfiles](https://github.com/antfu/dotfiles)
- [`pnpm`](https://pnpm.io/) - Preferred package managers, also for monorepo
- [`ni`](https://github.com/antfu/ni) - Aliasing package managers
- [`taze`](https://github.com/antfu/taze) - Upgrade dependencies
- [`bumpp`](https://github.com/antfu/bumpp) - Bump package version version for new release
- [`esno`](https://github.com/esbuild-kit/esno) - Run TypeScript files without compilation
- [`eslint`](https://eslint.org/) - Linter & Formatter
- Config: [antfu/eslint-config](https://github.com/antfu/eslint-config)
- [Why I don't use Prettier](https://antfu.me/posts/why-not-prettier)
- Build Tools for Libraries
- [`unbuild`](https://github.com/unjs/unbuild) - Most of the time
- [`tsup`](https://github.com/egoist/tsup) - Easy to use
- [`rollup`](https://rollupjs.org/) - For very fine-grained control## Starter Templates
- [`vitesse`](https://github.com/antfu/vitesse) - Opinionated Vite + Vue starter template
- [`vitesse-lite`](https://github.com/antfu/vitesse-lite) - Lite version of Vitesse
- [`starter-ts`](https://github.com/antfu/starter-ts) - TypeScript starter template
- [`starter-vscode`](https://github.com/antfu/starter-vscode) - VS Code Extension starter template