mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-27 00:29:08 +08:00
commit
cf8a992e37
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Latest release is **[v1.2](https://github.com/bliker/cmder/releases/tag/v1.2)**
|
Latest release is **[v1.2](https://github.com/bliker/cmder/releases/tag/v1.2)**
|
||||||
|
|
||||||
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://code.google.com/p/conemu-maximus5/) with *major* config overhaul. Monokai color scheme, amazing [clink](https://github.com/mridgers/clink) and custom prompt layout.
|
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul. Monokai color scheme, amazing [clink](https://github.com/mridgers/clink) and custom prompt layout.
|
||||||
|
|
||||||
![Cmder Screenshot](http://i.imgur.com/g1nNf0I.png)
|
![Cmder Screenshot](http://i.imgur.com/g1nNf0I.png)
|
||||||
|
|
||||||
|
@ -46,11 +46,11 @@ Param(
|
|||||||
# Launcher folder location
|
# Launcher folder location
|
||||||
[string]$launcher = "..\launcher",
|
[string]$launcher = "..\launcher",
|
||||||
|
|
||||||
# Include git with the package build
|
# Config folder location
|
||||||
[switch]$Full,
|
[string]$config = "..\config",
|
||||||
|
|
||||||
# config folder location
|
# Include git with the package build
|
||||||
[string]$config = "..\config"
|
[switch]$Full
|
||||||
)
|
)
|
||||||
|
|
||||||
. "$PSScriptRoot\utils.ps1"
|
. "$PSScriptRoot\utils.ps1"
|
||||||
@ -74,6 +74,7 @@ if ($config -ne "") {
|
|||||||
} else { $ConEmuXml = "" }
|
} else { $ConEmuXml = "" }
|
||||||
} else { $ConEmuXml = "" }
|
} else { $ConEmuXml = "" }
|
||||||
|
|
||||||
|
|
||||||
foreach ($s in $sources) {
|
foreach ($s in $sources) {
|
||||||
if($Full -eq $false -and $s.name -eq "msysgit"){
|
if($Full -eq $false -and $s.name -eq "msysgit"){
|
||||||
Continue
|
Continue
|
||||||
|
4
vendor/sources.json
vendored
4
vendor/sources.json
vendored
@ -11,8 +11,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "conemu-maximus5",
|
"name": "conemu-maximus5",
|
||||||
"version": "150513",
|
"version": "150913",
|
||||||
"url": "https://github.com/Maximus5/ConEmu/releases/download/v15.05.13/ConEmuPack.150513.7z"
|
"url": "https://github.com/Maximus5/ConEmu/releases/download/v15.09.13/ConEmuPack.150913.7z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "clink-completions",
|
"name": "clink-completions",
|
||||||
|
Loading…
Reference in New Issue
Block a user