Skip to content

rudisimo/dotfiles-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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