Giter VIP home page Giter VIP logo

cmder's Introduction

DESCRIPTION

Readme for EDH dist ConEmu setup -- EDH NOTES

This project started from cmder, which itself was a compendium of software around the wonderful ConEmu.

THIS FILE NEEDS TO BE REWORKED

Upgrade

vendor/profile.ps1 for powershell
vendor/init.bat for cmd
vendor/msys2

Use the upgrade.bat script in scripts/

%ConEmuDir%\scripts\upgrade.bat

As this will kill the console that it runs in - Ensure to run this in an out of ConEmu cmd.exe prompt, this can be done by pressing WIN + R keys and typing cmd.exe

add paths for new programs into:

vendor/profile.ps1 for powershell
vendor/init.bat for cmd
vendor/msys2

Prior Pitfalls

This from the cmder distribution in the ConEmu.xml config breaks Far.exe left click ,see [issue#334](<Maximus5/ConEmu#334 (comment))

<!-- EVIL LINE; BREAKS FAR.EXE				<value name="WndDragKey" type="dword" data="80808001"/>		-->

Main goals / Purpose

Try to maintain portability. !! trying to keep user settings in /config !! trying to keep user secure data history temporary files in %USERPROFILE% (aka the home directory)

I BELIEVE all customizations to be in: (but don't count on it): vendor/profile.ps1 vendor/init.bat config/ bin/ msys2/usr/bin/vim msys2/etc/profile scripts/helpfile vendor/irssi !!!! vendor/github-for-windows/cmd/start-ssh-agent.bat ------------> I rewrote this and it is important!!!!!

Far Manager

  1. put the conemu plugins into farmanager
  2. Erase the autowrap plugin
  3. Put the maximus wrap plugin into farmanager

Transfer Directory Structure

Git does NOT upload blank directories, but (msys2 especially) the destination machine can require these upon restoration.

To back up the directories run(in msys2/bash):

find /c/blue -type d > directory.listing

And then restore with

cat directory.list.txt | xargs mkdir

cmder's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cmder's Issues

Where is vimrc file?

I wanted to change some keybindings which can be done through vimrc file. Where is the vimrc file for Vim in cmder. (Note that CMDER full edition have a VIM by default, so I don't wanna pollute my system by installing another VIM, but wanna change setting for the one included in CMDER)

There two vimrc files, one file says in the comments to copy that file to C:/$VIM/_vimrc which I did, but it didn't reflect settings in the Vim editor, then I changed the settings in the other vimrc file too, but it didn't make any difference either.

Please help me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.