Skip to content

Easy way to transfer my zsh configuration across multiple machines.

License

Notifications You must be signed in to change notification settings

igemnace/zsh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-zsh-config

Easy way to transfer my ZSH configuration across multiple machines.

Pre-Installation

Make sure that your machine satisfies the following:

  • Has ZSH
  • Has no pre-existing .zshrc and .zprofile (backup and remove if existing)
  • Has env, bash, git, and GNU cp (required by install scripts)

Installation

Just run ./install from the repository's root directory. This will automatically do the following:

  • Symlink all of the contents of cfg into your home directory (install-cfg)
  • Detect OS and symlink matching contents of os-specific into your home directory (install-os-specific)
  • Symlink all of the contents of machine-specific (if existing) into your home directory (install-machine-specific)

Licensing

If anyone else sees this and wants to use it, go ahead.

This project is open source, licensed under MIT.

Do you remember this project being Unlicensed? Read more about the license change here.

About

Easy way to transfer my zsh configuration across multiple machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages