Skip to content

tomtt/dotfiles

Repository files navigation

Dotfiles

Automatically install a nerdy env with some cool stuff:

Also uses Stow to easy keep track of changes in this dotfiles.

Screenshots

image image

Installation

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.git

4 - Run install script

cd ~/dotfiles/
sh install.sh

5 - Close and reopen terminal, or

source ~/.zshrc

6 - Set JetBrainsNerdFont as the font to terminal

7 - Change terminal color to #181725

(Optional)

Configure git

sh configure_git.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published