Commit dd1fcf4 Nicolas VETEL
committed
1 parent 3bdcad7 commit dd1fcf4 Copy full SHA for dd1fcf4
File tree 6 files changed +3
-18
lines changed
6 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 1
- [submodule "script/gnome-terminal-colors-solarized "]
2
- path = script/gnome-terminal-colors-solarized
3
- url = https://github.com/Anthony25/gnome-terminal-colors-solarized.git
4
- [submodule "dotfiles/oh-my-zsh "]
5
- path = dotfiles/oh-my-zsh
6
- url = https://github.com/robbyrussell/oh-my-zsh
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ call plug#end()
26
26
" to properly display colorschemes
27
27
set t_Co = 16
28
28
" set term=screen-256color-bce
29
- " let g:solarized_termcolors=256
29
+ let g: solarized_termcolors= 256
30
30
31
31
syntax enable
32
32
set background = dark
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source $HOME/.dotfiles/script/utils
7
7
log_file=$HOME /.dotfiles/install.log
8
8
9
9
install_dependencies () {
10
- sudo apt-get -y install build-essential linux-headers-$( uname -r) git vim screen tmux zsh
10
+ sudo apt-get -y install build-essential linux-headers-$( uname -r) git vim screen tmux
11
11
}
12
12
13
13
install_submodules () {
@@ -81,10 +81,6 @@ install_powerline_fonts () {
81
81
fc-cache -vf ~ /.fonts
82
82
}
83
83
84
- install_solarized_for_gnome_terminal () {
85
- bash ~ /.dotfiles/script/gnome-terminal-colors-solarized/set_dark.sh
86
- }
87
-
88
84
install_task () {
89
85
task=$1
90
86
title=$2
@@ -105,10 +101,9 @@ install_task_term () {
105
101
}
106
102
107
103
install_task_term install_dependencies " install dependencies"
108
- install_task_term install_submodules " install submodules"
104
+ # install_task_term install_submodules "install submodules"
109
105
install_dotfiles
110
106
install_task_term " install_powerline_fonts" " install powerline fonts"
111
- install_task install_solarized_for_gnome_terminal " install solarized"
112
107
113
108
# in order to update the ~/.bashrc.d files sources
114
109
source ~ /.bashrc
You can’t perform that action at this time.
0 commit comments