/MakeLinuxEasier

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

Primary LanguageShellMIT LicenseMIT

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)