Skip to content

Commit ab6cbbe

Browse files
author
Steve Jeong
committed
config: merged master and ubuntu.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 4b3c11a commit ab6cbbe

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

docker/focal/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SHELL ["/bin/bash", "-c"]
1313
# vars
1414
ENV ID="user" \
1515
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" \
2020
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
2121
USER="add-user" \
2222
PACKAGES="install-packages"

docker/jammy/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SHELL ["/bin/bash", "-c"]
1313
# vars
1414
ENV ID="user" \
1515
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" \
2020
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
2121
USER="add-user" \
2222
PACKAGES="install-packages"

docker/jekyll/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ ENV LC_ALL=C.UTF-8
1919
# vars
2020
ENV ID="user" \
2121
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" \
2626
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
2727
USER="add-user" \
2828
PACKAGES="install-packages"

docker/latest/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SHELL ["/bin/bash", "-c"]
1313
# vars
1414
ENV ID="user" \
1515
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" \
2020
VIMCOLORS="https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim" \
2121
USER="add-user" \
2222
PACKAGES="install-packages"

target/vi/fixups/S21-git-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
GITCONFIG="https://raw.githubusercontent.com/how2flow/config/ubuntu/gitconfig"
3+
GITCONFIG="https://raw.githubusercontent.com/how2flow/config/master/ubuntu/gitconfig"
44

55
[ -e __HOME__/.gitconfig ] && sudo rm -rf __HOME__/.gitconfig
66
wget -O __HOME__/.gitconfig ${GITCONFIG}

target/vi/fixups/S21-tmux-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

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"
44

55
[ -e __HOME__/.tmux.conf ] && sudo rm -rf __HOME__/.tmux.conf
66
wget -O __HOME__/.tmux.conf ${TMUX_CONF}

target/vi/fixups/S21-vi-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VIMRC="https://raw.githubusercontent.com/how2flow/config/ubuntu/vimrc"
3+
VIMRC="https://raw.githubusercontent.com/how2flow/config/master/ubuntu/vimrc"
44

55
[ -e __HOME__/.vimrc ] && sudo rm -rf __HOME__/.vimrc
66
wget -O __HOME__/.vimrc ${VIMRC}

0 commit comments

Comments
 (0)