/\_/\ *What's going on?*
( o.o )
------------
My natural habitat
-
Generate SSH key. (Optional)
- Follow the instructions in ssh/ssh_key.md
-
Run the preparation script. This script does the following;
- installs and changes your default shell to zsh.
- installs git
- setup a ssh key(if already not exist) and uploads it to the GitHub.
- clones this dotfiles repository.
$ curl -o https://raw.githubusercontent.com/simgeekiz/dotfiles/refs/heads/master/setup/prerequisites.sh
$ [ -x /bin/zsh ] && /bin/zsh prerequisites.sh || bash prerequisites.sh
-
Check zsh installed and it is your current shell.
-
Run setup script:
zsh ./.dotfiles/setup/setup.zsh
- GitHub ~/
- Erkan's dotfiles
- Sapegin's dotfiles
- Paulmillr's dotfiles
- Mathiasbynens's dotfiles
- Lewagon's dotfiles
- Holman's dotfiles