curl -sL artas90.github.io/brewsetup | sh
curl -sL artas90.github.io/dotfiles | sh
or manually
git clone https://github.com/artas90/dotfiles.git ~/.dotfiles
echo 'source ~/.dotfiles/zsh/init.zsh' > ~/.zshrc && \
touch ~/.dotfiles/zsh/_local.zsh
cd ~/.dotfiles/configs && bash setup-base.sh
curl -sL https://git.io/fisher | source && \
fisher install jorgebucaran/fisher && \
echo 'source ~/.dotfiles/fish/init.fish' > ~/.config/fish/config.fish
# starship prompt
echo 'eval "$(starship init zsh)"' >> ~/.dotfiles/zsh/_local.zsh