Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 758 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 758 Bytes

dotfiles-zsh

This repository configures a POSIX-compatible shell to my liking.

Requirements

  • curl
  • zsh

Requirements

Update your shell to Zsh:

chsh -s `which zsh`

Installation

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.

License

This work is licensed under MIT.

SPDX-License-Identifier: MIT