/\_/\ *Hello!!*
( o.o )
------------
My natural habitat
- zsh aliases.
- Git aliases and functions in .gitconfig.
- Lots of scripts.
- bin files
- Visual Studio Code settings
- Brewfile
- Configs for apps
- Auto-completion
- Powerlevel10k
- Asciiart ^^
- Run the prerequisites script.
$ curl -o prerequisites.sh https://raw.githubusercontent.com/simgeekiz/dotfiles/refs/heads/master/bootstrap/prerequisites.sh
$ sh prerequisites.sh
- Restart your terminal
$ exec /bin/zsh
- Check zsh installed and it is your current shell.
$ command -v zsh >/dev/null 2>&1 && [ -n "$ZSH_VERSION" ] && echo "Zsh: $ZSH_VERSION " || echo "Zsh not installed or not current shell"
- Run setup script:
$ sh ./.dotfiles/bootstrap/setup.sh
- GitHub ~/
- Erkan's dotfiles
- Sapegin's dotfiles
- Paulmillr's dotfiles
- Mathiasbynens's dotfiles
- Lewagon's dotfiles
- Holman's dotfiles
This project is licensed under the MIT License - see the LICENSE file for details.