holman / holman/dotfiles

Sscri

Open
#240 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
7.8k
Forks
3.2k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading script/bootstrap and the referenced /home/sierra/.vimrc, then reproduce the reported vi command on Ubuntu. Check why the available vi rejects the syntax and filetype commands. Done means bootstrap and opening bootstrap with vi work without the reported E319 errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell, vim
Domain
cli, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.