dotfiles
dotfiles copied to clipboard
Sscri
script/bootstrap does not work as planned on ubuntu. I installed ubuntu and already ran the script, follow my command history.
sierra@SierraFidelize:~/.dotfiles/script$ history
1 git clone https://github.com/ricardorsierra/dotfiles.git ~/.dotfiles
2 sudo apt-get install git
3 git clone https://github.com/ricardorsierra/dotfiles.git ~/.dotfiles
4 cd ~/.dotfiles
5 script/bootstrap
6 cd script/
7 ls
8 vim bootstrap
9 vi bootstrap
10 vi install
11 history
Segue Erro:
vi bootstrap
Error detected while processing /home/sierra/.vimrc:
line 1:
E319: Sorry, the command is not available in this version: syntax on
line 4:
E319: Sorry, the command is not available in this version: filetype indent plugin on
Press ENTER or type command to continue
I think you should use vim
instead of vi
.