An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ~dotfiles

![dotfiles](https://github.com/Angelfire/dotfiles/assets/315504/4a3dbee9-1b03-4948-888a-8346c60e335e)
![neofetch](https://github.com/Angelfire/dotfiles/assets/315504/3b83e3ab-d361-4063-bb17-1bf9516b4518)

## 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`