Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 604 Bytes

Dot Files

Collection of dotfiles.

Setup (*nix)

Run in Bash:

$ git clone https://github.com/PotatoMaster101/dotfiles
$ cd ./dotfiles && /bin/sh ./init.sh

You might need to install nerd fonts for rendering some ZSH prompt icons correctly.

Setup (Windows)

Run in PowerShell:

$ git clone https://github.com/PotatoMaster101/dotfiles
$ .\dotfiles\init.ps1

Others