Skip to content

A Cmder/ConEmu addon that replicates OhMyZsh's robbyrussell theme

License

Notifications You must be signed in to change notification settings

osalinasv/cmzsh

Repository files navigation

cmzsh

A Cmder/ConEmu addon that replicates OhMyZsh's robbyrussell theme

Installation

Clone the repo:

git clone https://github.com/osalinasv/cmzsh.git

Run the install.ps1 script over your Cmder/ConEmu config directory:

cd cmzsh
powershell .\install.ps1 C:\cmder\config

This will create symlinks between all *.lua files in the downloaded repo and the target config directory. i.e:

Directory: C:\cmder\config

Mode            LastWriteTime    Length Name
----            -------------    ------ ----
-a---l   06/01/2019   6:08 PM         0 cmzsh_0_config.lua
-a---l   06/01/2019   6:08 PM         0 cmzsh_1_colors.lua
-a---l   06/01/2019   6:08 PM         0 cmzsh_2_core.lua
-a---l   06/01/2019   6:08 PM         0 cmzsh_3_prompt.lua
-a---l   06/01/2019   6:08 PM         0 cmzsh_4_opt_git.lua
-a---l   06/01/2019   6:08 PM         0 cmzsh_5_opt_npm.lua

Manual installation

You can always just copy and paste the files in the config directory. Or if you prefer, you can create the symlinks yourself, i.e:

cd C:\cmder\config

mklink /H cmzsh_0_config.lua <path_to_repo>/cmzsh_0_config.lua
mklink /H cmzsh_1_colors.lua <path_to_repo>/cmzsh_1_colors.lua
mklink /H cmzsh_2_core.lua   <path_to_repo>/cmzsh_2_core.lua
mklink /H cmzsh_3_prompt.lua <path_to_repo>/cmzsh_3_prompt.lua

To create symlinks between different drives use PowerShell:

cd C:\cmder\config

New-Item -Path 'cmzsh_4_opt_git.lua' -ItemType SymbolicLink -Value '<path_to_repo>\cmzsh_4_opt_git.lua'

To-do List

  • Add Git segment module
  • Add NPM segment module
  • Add Virtualenv segment module
  • Create installation scripts
  • Add preview images to this README

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A Cmder/ConEmu addon that replicates OhMyZsh's robbyrussell theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published