Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

my-zsh

my-zsh A simple script to setup an awesome shell environment. Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with

Sets following useful aliases:

Install Colorls with ls aliases and its ruby's dependency.

Script will ask you wether your want to install colorls with ruby packages and it will add lines in zshrc.

  • alias ls="colorls -A" # short, multi-line
  • alias ll="colorls -1A" # list, 1 per line
  • alias ld="ll" # ^^^, NOTE: Trying to move to this for alternate hand commands
  • alias la="colorls -lA" # list w/ info

Installation

Requirements:

  • git to clone it.
  • python3 or python is required to run option '-c' which copies history from .bash_history
git clone https://github.com/mayur-chavhan/my-zsh.git
cd my-zsh
./install-my-zsh.sh -c        # only run with '-c' the first time, running multiple times will duplicate history entries

Change your terminals fonts to either "RobotoMono Nerd Font" or "Hack Nerd Font" or "DejaVu Sans Mono Nerd Fonts". You can also manually install Nerd Fonts of your choice.

About

Install ZSH with Custom Plugins

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages