https://github.com/xieyezi/use
Things I am using
https://github.com/xieyezi/use
Last synced: 7 months ago
JSON representation
Things I am using
- Host: GitHub
- URL: https://github.com/xieyezi/use
- Owner: xieyezi
- Created: 2023-09-10T12:06:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T09:52:44.000Z (8 months ago)
- Last Synced: 2025-03-07T20:51:57.602Z (7 months ago)
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Use
Things I am using
## Editor
- Editor: [Cursor](https://www.cursor.com/) | [VS Code](https://code.visualstudio.com/)
- VS Code Settings: [xieyezi/vscode-settings](https://github.com/xieyezi/use/blob/main/vscode-setting.json)
- Cursor Settings: [xieyezi/cursor-settings](https://github.com/xieyezi/use/blob/main/cursor-settings.json)
- Fonts: [IBM plex](https://github.com/IBM/plex) | [Space Mono](https://fonts.google.com/specimen/Space+Mono)
- Theme:
- [Vitesse Theme](https://github.com/antfu/vscode-theme-vitesse)
- [Github Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)
- File Icons: [Icons](https://marketplace.visualstudio.com/items?itemName=tal7aouy.icons)
- Product Icons: [Carbon Icons](https://github.com/antfu/vscode-icons-carbon)## Chrome Extensions
- [Momentum](https://chromewebstore.google.com/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca?hl=en-US&utm_source=ext_sidebar) Beautiful landing page
- [Immersive Translate](https://chromewebstore.google.com/detail/immersive-translate-web-p/bpoadfkcbjbfhfodiogcnhhhpibjhbnh?hl=en-US&utm_source=ext_sidebar) Highly recommended
- [Refined GitHub](https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf) - No-brainer must-have
- [File Icons for GitHub and GitLab](https://chrome.google.com/webstore/detail/file-icons-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe) - It looks very nice!## MacOS Productivity
- [Kap](https://getkap.co/) - GIF Recorder
- [Screen Studio](https://www.screen.studio/) - Video Record## Design / Social Media
- [Figma](https://www.figma.com/) - Illustrations, Logos, Social Media Banners
- [OBS](https://obsproject.com/) - Streaming & Recording
- [Twitter](https://twitter.com/xieyezi666)
- [Github](https://github.com/xieyezi)## Hardware
- MacBook Air M2 15 inch 24GB/1TB
- Microphone: Blue Yeti
- Monitor: AOC U2790B
- Mouse: Logitech M750 / Logitech 402
- Keyboard: Logitech K580## CLI
- [`oh my zsh`](https://ohmyz.sh/) - Shell
- [`pnpm`](https://pnpm.io/) - Preferred package managers, also for monorepo
- [`bumpp`](https://github.com/antfu/bumpp) - Bump package version version for new release
- [`eslint`](https://eslint.org/) - Linter
- Config: [xieyezi/typescript-eslint-config](https://github.com/xieyezi/xieyezi-preset/tree/main/packages/typescript-eslint-config)
- [`prettier`](https://prettier.io/) - Formatter
- Config: [xieyezi/prettier-confg-preset](https://github.com/xieyezi/xieyezi-preset/tree/main/packages/prettier-confg-preset)
- 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