dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Sscri

Open ricardosierra opened this issue 8 years ago • 1 comments

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

ricardosierra avatar Jun 03 '16 21:06 ricardosierra

I think you should use vim instead of vi.

caarlos0 avatar Jun 27 '16 04:06 caarlos0