My personal config for dotfiles, currently supported mac os with bash and zsh
Clone and run the setup script setup/.macos.setup.sh
For spaceship-prompt
git submodule update --init --recursive && \
ln -sf "$PWD/.spaceship-prompt/spaceship.zsh" \
"/usr/local/share/zsh/site-functions/prompt_spaceship_setup" && \
cd /Library/Fonts && \
curl -LJO https://github.com/konpa/devicon/raw/master/fonts/devicon.ttf && \
cd -
This project is licensed under the MIT License - see the LICENSE file for details
- Credits to sapegin for his vscode setup