This repository configures a POSIX-compatible shell to my liking.
curl
zsh
Update your shell to Zsh:
chsh -s `which zsh`
Using git:
$ git clone https://github.com/rudisimo/dotfiles-zsh.git ~/.dotfiles-zsh
$ ~/.dotfiles-zsh/install.sh
Using cURL:
$ mkdir ~/.dotfiles-zsh
$ curl -#skfL https://github.com/rudisimo/dotfiles-zsh/tarball/master | tar xzv --strip-components 1 -C ~/.dotfiles-zsh
$ ~/.dotfiles-zsh/install.sh
Install one of the fonts in the fonts
directory, according to your OS.
Install one of the themes in the themes
directory, according to your Terminal.
This work is licensed under MIT.
SPDX-License-Identifier: MIT