https://github.com/hur/dotfiles
My dotfiles.
https://github.com/hur/dotfiles
Last synced: 8 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/hur/dotfiles
- Owner: hur
- Created: 2020-02-26T19:54:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:30:45.000Z (over 3 years ago)
- Last Synced: 2025-04-05T20:29:10.591Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
### Instructions:
```
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.bashrc
echo ".dotfiles" >> .gitignore
git clone --bare $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
```
(See [here](https://www.atlassian.com/git/tutorials/dotfiles) for complete instructions.)
Notes for reference:
Mouse scroll left/right bindings:
https://askubuntu.com/a/634239
For coc-nvim & coc-python use a virtualenv to contain all pip packages so don't need to install separately when in another virtualenv.
This repo contains requirements.txt's for both virtualenvs.
so in `.config/nvim` create virtualenvs `neovim2` & `neovim3` for python 2 and 3 respectively and set them up in `init.vim`.