Automatically install a nerdy env with some cool stuff:
- 🖥️ Zsh
- 🚀 Starship
- 💤 LazyVim
- 🔥 Tmux
- 🐈 Catppuccin
Also uses Stow to easy keep track of changes in this dotfiles.
1 - Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Note: for linux installations, set the PATH on
echo 'export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"' >> ~/.bashrc
echo 'export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"' >> ~/.profile
source ~/.bashrc
source ~/.profile
2 - Install ZSH
brew install zsh
zsh
3 - Clone repo
git clone https://github.com/muromeo1/dotfiles.git4 - Run install script
cd ~/dotfiles/
sh install.sh5 - Close and reopen terminal, or
source ~/.zshrc6 - Set JetBrainsNerdFont as the font to terminal
7 - Change terminal color to #181725
Configure git
sh configure_git.sh