Skip to content

Commit

Permalink
Fix links to local stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Feb 4, 2024
1 parent acba56f commit 3e86449
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.log
/vim/.vim/bundle/local/
/tmux/.tmux/bundle/local/
/zsh/.zsh/bundle/local/
/vim/.vim/pack/local/start
/tmux/.tmux/pack/local/start
/zsh/.zsh/pac/local/start
/vim/.vim/undodir/
/tmux/.tmux/resurrect/
/qutebrowser/.config/qutebrowser/qsettings/
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These are my configuration files for Linux. It is still work in
progress, so expect a lot of changes, but I think it is stable enough to be
usable.
My Vim configuration is great for Java and Typescript development when
My NeoVim configuration is great for Java, Typescript and Python development when
running Vim in Tmux and using Git. So, if you are doing all of this, then feel
free to steal some stuff from here.

Expand Down Expand Up @@ -36,6 +36,13 @@ You can just use Git:
git pull --rebase
make

## How to uninstall?

Just use makefile:

cd ~/.dotfiles
make uninstall

## How to inlude your own stuff?

After you have installed dotfiles, you can start including your own stuff by
Expand All @@ -48,7 +55,7 @@ creating appropriate `.local` dotfiles in home directory:
$EDITOR ~/.tmux.conf.local

To add your own Vim, Tmux or Zsh plugin you can just clone it to proper
`bundle/local` directory:
`pack/local/start` directory:

# Add SuperTab vim plugin
git clone git://github.com/ervandew/supertab \
Expand All @@ -66,4 +73,4 @@ To add your own Vim, Tmux or Zsh plugin you can just clone it to proper

- [/zsh/.zsh/pack/bundle/start](/zsh/.zsh/pack/bundle/start) ZSH plugins
- [/tmux/.tmux/pack/bundle/start](/tmux/.tmux/pack/bundle/start) TMUX plugins
- [/vim/.vim/pack/bundle/start](/vim/.vim/pack/bundle/start) VIM plugins
- [/vim/.vim/pack/bundle/start](/vim/.vim/pack/bundle/start) Neovim plugins

0 comments on commit 3e86449

Please sign in to comment.