Coder Social home page Coder Social logo

mce's Introduction

Make Configuration Easier

Prerequirements

MacOS, Linux:

  • git
  • curl / wget

Windows:

  • git

Installation

Linux / MacOS

Using CURL:

curl -sSf https://raw.githubusercontent.com/Toliak/mce/master/install.sh | bash

Using WGET:

wget -qO- https://raw.githubusercontent.com/Toliak/mce/develop/install.sh | bash

Windows

$MCEPATH=(Join-Path -Path $Env:LOCALAPPDATA -ChildPath Programs\MakeConfigEasier)
git clone https://github.com/toliak/mce $MCEPATH
.(Join-Path -Path $MCEPATH -ChildPath .\win\start.ps1)

Dependency graph

graph LR
    subgraph MLE[" "]
        direction LR
        MLE_11["Powerlevel 10k"]
        MLE_12["ZSH Syntax Highlighter"]
        MLE_13["Oh My ZSH"]
        MLE_14["Additional aliases"]

        MLE_11 --> MLE_1
        MLE_12 --> MLE_1
        MLE_13 --> MLE_1
        MLE_14 --> MLE_1
        MLE_1["ZSH Configuration"]

        MLE_21["Ultimate Vim"]
        MLE_22["Additional configuration"]

        MLE_21 --> MLE_2
        MLE_22 --> MLE_2
        MLE_2["Vim Configuration"]

        MLE_3["Bash Configuration"]

        MLE_4["Oh My Tmux"]

        MLE_5["App installation<br><i>zsh, powerline, tmux, vim, git"]

        MLE_1 --> MLE_0
        MLE_2 --> MLE_0
        MLE_3 --> MLE_0
        MLE_4 --> MLE_0
        MLE_5 --> MLE_0
        MLE_0["Make Linux Easier"]
    end

    subgraph US[" "]
        direction LR
        US_1["IntelliJ-based IDEs shortcuts"]
        US_2["VSCode shortcuts"]

        US_1 --> US_0
        US_2 --> US_0
        US_0["Unified Shortcuts"]
    end

    subgraph WIN["Windows configs"]
        direction LR
        WIN_1["Oh My Posh"]
        WIN_2["Start Menu templates"]
        WIN_3["Default directories icons"]
    end

    subgraph MISC["Miscellaneous"]
        direction LR
        WIN_0["Windows OS support"]
        EXT["Extensions support"]
    end

    WIN --> MCE
    US --> MCE
    MLE --> MCE
    MISC --> MCE
    MCE["<b>Make<br>Configuration<br>Easier</b>"]
Loading

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.