-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall
executable file
·28 lines (22 loc) · 866 Bytes
/
install
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
#!/bin/bash
shef apt newsbeuter
shef git "Install newsbeuter configuration" \
--repository https://github.com/CaptainQuirk/.newsbeuter.git \
--destination "$CONFIG_SRC_DIR/.newsbeuter"
shef file "Install X wrapper script" \
--source "$RECIPE_DIR/files/x-newsbeuter" \
--path "/usr/local/bin/x-newsbeuter" \
--update \
--sudo
shef file "Install tmuxinator configuration" \
--source "$RECIPE_DIR/files/newsbeuter.yml" \
--path "$HOME/.config/tmuxinator/newsbeuter.yml" \
--update
shef file "Install tmuxinator configuration" \
--source "$RECIPE_DIR/files/newsbeuter.desktop" \
--path "$HOME/.local/share/applications/newsbeuter.desktop"\
--update
shef file "Install tmuxinator configuration" \
--source "$RECIPE_DIR/files/newsbeuter.png" \
--path "$HOME/.local/share/icons/newsbeuter.png"\
--update