Sscri
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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