Toliak / MakeLinuxEasier

Common utilities to make Linux & Terminal more convenient. Project now is a part of https://github.com/Toliak/MCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED.

Project now is a part of MakeConfigurationEasier

🎁 Make Linux Easier

Make you Linux easier

Common utilities to make Linux & Terminal more convenient

🌟 Features

πŸ“„ How to install

export MAKE_LINUX_EASIER_PATH="$HOME/.local/share/MakeLinuxEasier" && \
git clone https://github.com/toliak/MakeLinuxEasier --depth 1 $MAKE_LINUX_EASIER_PATH && \ 
$MAKE_LINUX_EASIER_PATH/install.sh $MAKE_LINUX_EASIER_PATH

πŸ“Ί Examples and demos

Installation

Bash

Zsh and Vim

After installation, use zsh to enter ZSH.

Command to set up zsh to be the default terminal:

chsh -s $(which zsh)

About

Common utilities to make Linux & Terminal more convenient. Project now is a part of https://github.com/Toliak/MCE

License:MIT License


Languages

Language:Shell 91.1%Language:Vim Script 8.9%