-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathinstall
More file actions
executable file
·43 lines (36 loc) · 832 Bytes
/
install
File metadata and controls
executable file
·43 lines (36 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/usr/bin/env bash
args=$@
git submodule init
git submodule update
flags="--verbose=1 -t $HOME"
if [[ "$args" == "--uninstall" ]]; then
echo 'Uninstalling'
flags="-D --verbose=1 -t $HOME"
fi
stow $flags pop-shell # Pop!_OS
stow $flags omarchy
stow $flags awesome
stow $flags tmux
stow $flags zshell
stow $flags shells --adopt
stow $flags hypr --adopt
stow $flags alacritty --adopt
stow $flags git
stow $flags bin --adopt
stow $flags mise --adopt
# stow $flags i3
# stow $flags ag
# stow $flags mise
# stow $flags ctags
# stow $flags ruby_config
# stow $flags shells
# stow $flags tmux
# # stow $flags vim
# stow $flags bash
# stow $flags alacritty
# stow $flags kitty
# stow $flags base16-shell
# stow $flags osx-desktop
# neovim config was moved to mjacobus/nvim
# stow $flags neovim # older
# stow $flags nvim # newer