File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ SHELL ["/bin/bash", "-c"]
13
13
# vars
14
14
ENV ID="user" \
15
15
TZ="Asia/Seoul" \
16
- CSCOPE="https://raw.githubusercontent.com/how2flow/config/ubuntu/mkcscope.sh" \
17
- GITCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/gitconfig" \
18
- TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/tmux.conf" \
19
- VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/vimrc" \
16
+ CSCOPE="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/mkcscope.sh" \
17
+ GITCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/gitconfig" \
18
+ TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/tmux.conf" \
19
+ VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/vimrc" \
20
20
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
21
21
USER="add-user" \
22
22
PACKAGES="install-packages"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ SHELL ["/bin/bash", "-c"]
13
13
# vars
14
14
ENV ID="user" \
15
15
TZ="Asia/Seoul" \
16
- CSCOPE="https://raw.githubusercontent.com/how2flow/config/ubuntu/mkcscope.sh" \
17
- GITCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/gitconfig" \
18
- TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/tmux.conf" \
19
- VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/vimrc" \
16
+ CSCOPE="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/mkcscope.sh" \
17
+ GITCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/gitconfig" \
18
+ TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/tmux.conf" \
19
+ VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/vimrc" \
20
20
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
21
21
USER="add-user" \
22
22
PACKAGES="install-packages"
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ ENV LC_ALL=C.UTF-8
19
19
# vars
20
20
ENV ID="user" \
21
21
TZ="Asia/Seoul" \
22
- CSCOPE="https://raw.githubusercontent.com/how2flow/config/ubuntu/mkcscope.sh" \
23
- GITCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/gitconfig" \
24
- TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/tmux.conf" \
25
- VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/vimrc" \
22
+ CSCOPE="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/mkcscope.sh" \
23
+ GITCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/gitconfig" \
24
+ TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/tmux.conf" \
25
+ VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/vimrc" \
26
26
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
27
27
USER="add-user" \
28
28
PACKAGES="install-packages"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ SHELL ["/bin/bash", "-c"]
13
13
# vars
14
14
ENV ID="user" \
15
15
TZ="Asia/Seoul" \
16
- CSCOPE="https://raw.githubusercontent.com/how2flow/config/ubuntu/mkcscope.sh" \
17
- GITCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/gitconfig" \
18
- TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/tmux.conf" \
19
- VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/vimrc" \
16
+ CSCOPE="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/mkcscope.sh" \
17
+ GITCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/gitconfig" \
18
+ TMUXCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/tmux.conf" \
19
+ VIMCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/vimrc" \
20
20
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
21
21
USER="add-user" \
22
22
PACKAGES="install-packages"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- GITCONFIG=" https://raw.githubusercontent.com/how2flow/config/ubuntu/gitconfig"
3
+ GITCONFIG=" https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/gitconfig"
4
4
5
5
[ -e __HOME__/.gitconfig ] && sudo rm -rf __HOME__/.gitconfig
6
6
wget -O __HOME__/.gitconfig ${GITCONFIG}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- TMUX_CONF=" https://raw.githubusercontent.com/how2flow/config/ubuntu/tmux.conf"
3
+ TMUX_CONF=" https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/tmux.conf"
4
4
5
5
[ -e __HOME__/.tmux.conf ] && sudo rm -rf __HOME__/.tmux.conf
6
6
wget -O __HOME__/.tmux.conf ${TMUX_CONF}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- VIMRC=" https://raw.githubusercontent.com/how2flow/config/ubuntu/vimrc"
3
+ VIMRC=" https://raw.githubusercontent.com/how2flow/config/master/ ubuntu/vimrc"
4
4
5
5
[ -e __HOME__/.vimrc ] && sudo rm -rf __HOME__/.vimrc
6
6
wget -O __HOME__/.vimrc ${VIMRC}
You can’t perform that action at this time.
0 commit comments