Skip to content

Snape3058/zsh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What the Zsh

This repo stores the configuration of my oh-my-zsh customization.

[toc]

Initiation

Run the Initiate script: scripts/init.sh

The script will link all the files required to the proper directory.

Directory Tree

There are 3 sub-directories in the repo: config, scripts and themes. The config directory stores the configuration scripts. The scripts directory stores the scripts required to be loaded or executed. The themes directory stores the zsh theme files.

Configurations

The files and directories in this directory are named like nn-xxxxxx.zsh. The name starts with a 2-digit order number, which is used to define the order when loading the files. The files or directories with littler number will be loaded first. After the order number and a dash, is the name of the script, which can be defined with any length. Finally, the name ends with ".zsh".

There also some specific scripts that are pre-installed. The 00-env.zsh stores the environment variable that should be set ahead of time. The name aliasing are located in directory 10-alias.zsh and the functions are located in directory 20-function.zsh.

You can put your local configurations in config/90-local.zsh/.

Scripts

The scripts in the directory including: the zshrc file, the load script used to load the files in config and the initiation script.

Themes

The superior "puella" theme is located in the themes directory.

About

oh-my-zsh customized configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages