"soswavified z-shell for the wicked"
needs:
+ zsh (duh)
+ eza (optional)
+ a fetch tool (optional)
+ a brain (optional)
simple! just clone the repository and move all the files (.zshrc and .zsh) to your home directory
cd ; git clone --depth 1 https://github.com/soswav/zsh
considering that you're not using the installer, you probably already know some stuff about your terminal!
now, just move the old .zshrc
file to whereever you want as i seriously want you to backup your stuff!
now that you've done that, just run:
mv ~/zsh/.zsh ~ ; mv ~/zsh/.zshrc ~
that should move the files to your home folder; now just source your .zshrc while using zsh (if you haven't restarted your session yet)
- first of all: alright..
- second of all: sure!
just run this in your terminal:
cd $HOME ; curl -O https://codeberg.org/soswav/zsh/raw/branch/main/installer.sh ; chmod u+x installer.sh ; ./installer.sh
Warning
consider reading the script first! don't trust random scipts!
ehem, it sends you to your home directory, downloads the installer, makes it executable, and executes it!
open a issue and tell me what i should improve then! feel free to contribute also!
i'm currently attempting to make good-looking themes for the config, here's what some of them look like:
Note
ignore my screenshot skills