14 lines
233 B
Bash
Executable File
14 lines
233 B
Bash
Executable File
#! /bin/bash
|
|
|
|
source scripts/p.sh
|
|
source scripts/color.sh
|
|
|
|
# ============== CONFIG ==============
|
|
|
|
p i curl
|
|
p i stow
|
|
|
|
# Link dotfile home to $HOME
|
|
echo -e "${GREEN}[+] Symlinking dotfiles...${ENDCOLOR}"
|
|
stow -v -t $HOME home --adopt
|