First of all we need to install zsh, it will require to run the next command with your admin credentials.
sudo apt-get install zsh
Execute zsh intaller
And then, set zsh to default
chsh -s `which zsh`
Restart to see changes applied
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
Then, we are going to install fzf (an interactive filter for command-line https://github.com/junegunn/fzf)
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
Run the following script to copy alias and theme.
./install.sh
To improve performance disable these modules from .zimrc
- zmodule steeef
- zmodule completion
az extension add --name azure-devops
Tool to convert from DOS to Unix:
sudo apt-get install dos2unix
#Example:
dos2unix file.txt