https://github.com/theanaken/zshrc
my zshrc file :)
https://github.com/theanaken/zshrc
zsh zsh-configuration zsh-custom zsh-theme zshell zshrc
Last synced: 5 months ago
JSON representation
my zshrc file :)
- Host: GitHub
- URL: https://github.com/theanaken/zshrc
- Owner: theAnaKen
- Created: 2022-05-24T14:15:26.000Z (about 4 years ago)
- Default Branch: Main
- Last Pushed: 2022-05-24T14:26:18.000Z (about 4 years ago)
- Last Synced: 2025-03-10T22:59:05.604Z (over 1 year ago)
- Topics: zsh, zsh-configuration, zsh-custom, zsh-theme, zshell, zshrc
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contents
- [About](#utility-files)
- [Installation:](#Installation)
- [Clone Repo](#clone-it-using-git)
- [Figlet Fonts](#install-figlet-fonts)
- [Zshell:](#zshell)
- [Zshell ScreenShot](#zshell-screenshots)
- [Dependencies Required](#dependencies-required)
- [Try Zshell](#try-zshell)
- [Change default shell to zsh](#change-your-default-shell-to-zsh-linux)
- [Change figlet text art](#change-figlet-text-art)
- [Support Email](#support)
# Utility Files
A repo consisting of the .zshrc file I personally use
## Installation
### Clone it using git
```bash
git clone https://github.com/theAnaKen/utility-funtions.git &&
cd utility-funtions/
```
### Install figlet fonts
[GitHub](https://github.com/xero/figlet-fonts.git)
```bash
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](https://github.com/jakbin/myzsh.git)
### The Zshell look after using [zshrc](zshrc/zshrc)
## Zshell Screenshots:
### Normally:

### In a Git dir:

### Dependencies required
- lolcat
- pfetch
- figlet
- zsh
- zsh-syntax-highlighting
- zsh-autosuggestions
### Try Zshell
```bash
zsh
```
## Change your default shell to zsh (linux)
```bash
chsh
*input root password*
/bin/zsh
*reboot system*
```
### Change figlet Text art
change the name variable in [zshrc](zshrc/zshrc) at line 1
## Support
For support, email the.anaken@gmail.com .