miroesli / .dotfiles

~/ sweet ~/
MIT License
3 stars 0 forks source link

Create bash script to quickly create and download dotfiles or a specific rice #5

Open miroesli opened 4 years ago

miroesli commented 4 years ago
miroesli commented 3 years ago

Take some inspiration from oh-my-zsh to use curl or wget for install and backup existing config.

install.sh Current thought is to create an install script which saves current dotfiles to directory and then replace with the ones specified through the install script. Should include installing packages and themes. Be able to select which configs to exclude like when installing pacman packages or select which packages to install.

uninstall.sh Overwrite current configs with backed up configs. Potentially selectively choose which ones to use?

update.sh Run on refreshing i3 with mod+shift+r and update only the configs installed.

miroesli commented 3 years ago

dotfile example oh-my-zsh example

miroesli commented 3 years ago

Updated Idea

Install.sh

Update.sh

Uninstall.sh