Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instalation command have a wrong path #40

Open
rmonico opened this issue Nov 27, 2021 · 0 comments
Open

Instalation command have a wrong path #40

rmonico opened this issue Nov 27, 2021 · 0 comments

Comments

@rmonico
Copy link

rmonico commented Nov 27, 2021

The commands with right path is here:

git clone git@github.com:mboughaba/i3config.vim.git /tmp/i3config.vim
mkdir -p ~/.vim/after/syntax/
mv /tmp/i3config.vim/syntax/i3config.vim ~/.vim/after/syntax/i3config.vim
rm -rf /tmp/i3config.vim

In 3rd line the path was /tmp/i3config.vim/after/syntax/, the right path is: /tmp/i3config.vim/syntax/

@rmonico rmonico changed the title Instalation command have a path Instalation command have a wrong path Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant