https://github.com/huangsam/dotfiles
Sam's collection of dotfiles
https://github.com/huangsam/dotfiles
dotfiles git homebrew linux macos networking productivity shellcheck vim zsh
Last synced: 6 months ago
JSON representation
Sam's collection of dotfiles
- Host: GitHub
- URL: https://github.com/huangsam/dotfiles
- Owner: huangsam
- License: mit
- Created: 2017-05-22T14:04:57.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T16:08:28.000Z (6 months ago)
- Last Synced: 2025-04-12T00:43:32.316Z (6 months ago)
- Topics: dotfiles, git, homebrew, linux, macos, networking, productivity, shellcheck, vim, zsh
- Language: Shell
- Homepage:
- Size: 160 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sam's dotfiles
[](https://github.com/huangsam/dotfiles/actions)
[](https://github.com/huangsam/dotfiles/blob/main/LICENSE)Collection of dotfiles to boost productivity. 🚀
Using them will reduce your risk for [Carpal Tunnel Syndrome](https://orthoinfo.aaos.org/en/diseases--conditions/carpal-tunnel-syndrome/).
## Getting started
Here are the commands to prepare your Mac for development:
```shell
# Install core developer assets
zsh install.zsh# Generate .zsh_aliases file at the home directory
zsh combine.zsh# Copy all dotfiles to the home directory
zsh copy.zsh# Install Homebrew artifacts
brew bundle install
```[Click here](./custom/) to see what gets populated in `.zsh_aliases`.
## Credits
Special thanks to the following repositories for inspiration and resources:
- [amix/vimrc](https://github.com/amix/vimrc) - Collection of vimrc configurations for a better Vim experience.
- [Homebrew/homebrew-core](https://github.com/Homebrew/homebrew-core) - Main repository for Homebrew formulae.
- [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles) - Dotfiles to personalize macOS or Linux environment.
- [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - Community-driven framework for managing zsh configuration.
- [unixorn/awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - List of frameworks, plugins, themes, and tutorials for Zsh.