Commit c1add87 1 parent 20cc24e commit c1add87 Copy full SHA for c1add87
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,6 @@ endif
123
123
124
124
" hit the space bar to remove search highlights
125
125
nnoremap <space> :noh<cr>
126
- highlight LineNr ctermfg = grey ctermbg = black
127
- highlight Visual cterm = reverse ctermbg = NONE
128
- let g: airline_theme = ' dark_minimal '
126
+ let g: airline_theme = ' base16_tomorrow '
127
+ let base16colorspace = 256
128
+ set termguicolors
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ readonly WORKSPACE="${HOME}/workspace"
6
6
readonly GOPATH=" ${HOME} /go"
7
7
8
8
function main() {
9
- chown -R ubuntu:ubuntu " ${HOME} "
10
9
ln -sf " ${PROGDIR} /.bash_profile" " ${HOME} /.bash_profile"
11
10
ln -sf " ${PROGDIR} /.gitconfig" " ${HOME} /.gitconfig"
12
11
ln -sf " ${PROGDIR} /.inputrc" " ${HOME} /.inputrc"
@@ -28,6 +27,7 @@ function main() {
28
27
go get -u github.com/onsi/ginkgo/ginkgo
29
28
go get -u github.com/onsi/gomega
30
29
30
+ chown -R ubuntu:ubuntu " ${HOME} "
31
31
32
32
echo " Success!"
33
33
}
You can’t perform that action at this time.
0 commit comments