Skip to content

Commit dd1fcf4

Browse files
author
Nicolas VETEL
committed
cleaning from Ubuntu use
- rm oh my zsh - rm gnome terminal solarized - rm rbenv
1 parent 3bdcad7 commit dd1fcf4

File tree

6 files changed

+3
-18
lines changed

6 files changed

+3
-18
lines changed

.gitmodules

-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
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

dotfiles/bashrc.d/rbenv

-2
This file was deleted.

dotfiles/oh-my-zsh

-1
This file was deleted.

dotfiles/vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ call plug#end()
2626
" to properly display colorschemes
2727
set t_Co=16
2828
"set term=screen-256color-bce
29-
"let g:solarized_termcolors=256
29+
let g:solarized_termcolors=256
3030

3131
syntax enable
3232
set background=dark
-1
This file was deleted.

script/install

+2-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source $HOME/.dotfiles/script/utils
77
log_file=$HOME/.dotfiles/install.log
88

99
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
1111
}
1212

1313
install_submodules () {
@@ -81,10 +81,6 @@ install_powerline_fonts () {
8181
fc-cache -vf ~/.fonts
8282
}
8383

84-
install_solarized_for_gnome_terminal () {
85-
bash ~/.dotfiles/script/gnome-terminal-colors-solarized/set_dark.sh
86-
}
87-
8884
install_task () {
8985
task=$1
9086
title=$2
@@ -105,10 +101,9 @@ install_task_term () {
105101
}
106102

107103
install_task_term install_dependencies "install dependencies"
108-
install_task_term install_submodules "install submodules"
104+
# install_task_term install_submodules "install submodules"
109105
install_dotfiles
110106
install_task_term "install_powerline_fonts" "install powerline fonts"
111-
install_task install_solarized_for_gnome_terminal "install solarized"
112107

113108
# in order to update the ~/.bashrc.d files sources
114109
source ~/.bashrc

0 commit comments

Comments
 (0)