Skip to content

DrDonoso/Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages