Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 513 Bytes

readme.md

File metadata and controls

executable file
·
25 lines (18 loc) · 513 Bytes

Dotfiles

Simple dotfiles for my ZSH prompt outrageously inspired by this project

Installation

It will rename your current .zshrc to .zshrc.bak, just in case.

cd ~
git clone https://github.com/picodix/dotfiles
mv ~/dotfiles ~/.dotfiles
chmod +x .dotfiles/aka.sh
cd .dotfiles
./aka.sh install

Uninstall

It will remove the current .zshrc (supposedly a symlink), and if found, rename your existing .zshrc.bak to .zshrc.

./aka.sh uninstall