Awesome
dotfiles
Tags
zsh
bash
dotfiles
Short Description
The configuration files repository.
This repo is inspired by this project.
Requirements
Before setup, please install these packages.
- git
- make
- tar
- curl
ex:
sudo apt install git make tar curl
Advantages
(I don't know)
Installation
on Unix
curl -L https://raw.githubusercontent.com/borley1211/dotfiles/master/etc/install | bash
on Windows (DEPRECATED_NOW)
Please run it in WSL.
curl -L https://raw.githubusercontent.com/borley1211/dotfiles/master/etc/install-win | bash
Deployment
cd ${DOTPATH}
make deploy