Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.04 KB

File metadata and controls

68 lines (43 loc) · 1.04 KB

Installation

Install zsh

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

Install zimfw

curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh

Install fzf

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

Copy configuration files

Run the following script to copy alias and theme.

./install.sh

Performance tips

To improve performance disable these modules from .zimrc

  • zmodule steeef
  • zmodule completion

Other tools needed for some alias

Azure Devops CLI

az extension add --name azure-devops

Useful tools

Tool to convert from DOS to Unix:

sudo apt-get install dos2unix

#Example:
dos2unix file.txt