theAnaKen / zshrc

my zshrc file :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contents

Utility Files

A repo consisting of the .zshrc file I personally use

Installation

Clone it using git

git clone https://github.com/theAnaKen/utility-funtions.git &&
cd utility-funtions/

Install figlet fonts

GitHub

git clone https://github.com/xero/figlet-fonts.git
cd figlet-fonts
sudo mv * /usr/share/figlet/
cd ..
rm -rf figlet-fonts

Zshell:

It is mostly contributed by him

The Zshell look after using zshrc

Zshell Screenshots:

Normally:

terminal Screenshot

In a Git dir:

terminal Screnshpt in a git dir

Dependencies required

  • lolcat
  • pfetch
  • figlet
  • zsh
  • zsh-syntax-highlighting
  • zsh-autosuggestions

Try Zshell

zsh

Change your default shell to zsh (linux)

chsh
*input root password*
/bin/zsh
*reboot system*

Change figlet Text art

change the name variable in zshrc at line 1

Support

For support, email the.anaken@gmail.com .

About

my zshrc file :)


Languages

Language:Shell 100.0%