https://github.com/madiodio/dotfiles
https://github.com/madiodio/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madiodio/dotfiles
- Owner: madiodio
- License: mit
- Created: 2020-07-30T13:40:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T14:25:12.000Z (over 2 years ago)
- Last Synced: 2025-01-15T17:32:11.439Z (4 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.txt
Awesome Lists containing this project
README
This repository is literally a straight copy from the awesome [Zell Liew's dotfiles](https://github.com/zellwk/dotfiles) repository (Also, please check out his work and materials he's brillant at breaking down complex stuffs in simple terms. I learned so many things from his blog. Check it out [here](https://zellwk.com/blog/) and don't forget to [follow him on Twitter](https://twitter.com/zellwk))
I only deleted Windows installation and some other minor instructions.
## Run `./setup.sh`
What this does:
1. Installs Homebrew
2. Installs binaries and apps with Homebrew (see [brew.sh](mac/brew.sh) for a list of installed items)
3. Sets npm permissions
4. Installs npm clis (see [npm.sh](shared/npm.sh) for a list of installed clis)
5. Create symlinks for dotfiles
6. Sets several defaults for MacOS## Run ./zsh-install.sh
What this does:
1. Installs ZSH
2. Installs Oh my ZSH
3. Installs Oh my ZSH pluginsOpen a new shell too see the changes.