Skip to content

EndlssNightmare/zsh-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zsh Configurations

This repository contains my customized configurations for Oh My Zsh, including themes and plugins. Follow the steps below to install and set up.


Plugins and Themes

The repository features lukerandall and duellj themes, both modificated with a customized prompt to display useful information, such as:

  • Username and hostname
  • IP address (local and VPN)
  • Current directory
  • Git status, if inside a Git repository
  • Current time displayed on the right

Lukerandall theme

Terminal

Duellj theme

Terminal


Automatic configuration

Clone the repository:

git clone https://github.com/EndlssNightmare/zsh-configs.git

Execute "setup.sh":

cd zsh-configs
./setup.sh

To change neofetch's image, edit the file ~/.config/neofetch/config.conf' and set the path of your image on "image_source" variable:

image_source="/opt/neofetch-images/guts.jpg"

You can also make your prompt modifications on ~/.oh-my-zsh/themes/lukerandall.zsh-theme.


Lastly, reset your terminal:

source ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages