My zsh configurations files
This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-01-08 14:49:16 +01:00
includes First commit 2023-03-16 01:05:06 +01:00
.gitignore First commit 2023-03-16 01:05:06 +01:00
.zprofile Update QT env variable to apply correct theme 2024-01-08 14:49:16 +01:00
.zshenv Fix unmatched double quote error 2023-03-16 22:41:59 +01:00
.zshrc First commit 2023-03-16 01:05:06 +01:00
README.md Add README 2023-03-16 01:16:52 +01:00

zsh configuration

Installation

First you need to clone this repository

git clone https://git.epha.se/ephase/zsh_config ~/.config/zsh

Then create a .zshenv with the ZDOTDIR variable :

echo 'export ZDOTDIR="$HOME/.config/zsh"' > ~/.zshenv