-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.sh
executable file
·20 lines (16 loc) · 962 Bytes
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
############################# How to use it #############################
# #
# Uncomment the lines of the configs you want to install below. #
# Then run this script from within the dotfiles directory. #
# E.g. `cd ~/dotfiles; ./setup.sh` #
# #
# To uninstall the config later, run stow -D in the dotfiles directory. #
# E.g. `cd ~/dotfiles; stow -D bash` #
# #
#########################################################################
stow --verbose --target "$HOME" -S x11
stow --verbose --target "$HOME" -S shell
stow --verbose --target "$HOME" -S bash
stow --verbose --target "$HOME" -S zsh
stow --verbose --target "$HOME" -S git