https://github.com/angelfire/dotfiles
just because I'm lazy and I have a very bad memory
https://github.com/angelfire/dotfiles
dotfiles
Last synced: 4 months ago
JSON representation
just because I'm lazy and I have a very bad memory
- Host: GitHub
- URL: https://github.com/angelfire/dotfiles
- Owner: Angelfire
- Created: 2014-01-09T04:03:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T19:25:29.000Z (about 2 years ago)
- Last Synced: 2025-01-21T00:04:18.549Z (over 1 year ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~dotfiles


## Fundamental
1. Install Chrome, VSCode, Warp
2. Install [Aerial Screensaver](https://github.com/JohnCoates/Aerial)
3. Install app `~/dotfiles/apps`
## Configure Git
## Brew
1. Install brew `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`
2. Install brew packages `~/dotfiles/brew`
## ZSH
1. Set zsh shell as default with `chsh -s /bin/zsh`
2. Install Oh My Zsh `sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
## NVM
1. Install nvm `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash`
2. Install NPM global packages `~/dotfiles/npm`