Fixing minor bugs with git and nvim
This commit is contained in:
parent
8cb0b4c450
commit
f5ceae7abd
@ -28,7 +28,8 @@
|
|||||||
required = true
|
required = true
|
||||||
|
|
||||||
[url "ssh://git@github.com/"]
|
[url "ssh://git@github.com/"]
|
||||||
insteadOf = https://github.com/
|
#insteadOf = https://github.com/
|
||||||
|
pushInsteadOf = https://github.com/
|
||||||
|
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper =
|
helper =
|
||||||
|
2
configs/nvim/.gitignore
vendored
Normal file
2
configs/nvim/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/spell
|
||||||
|
|
@ -5,23 +5,34 @@
|
|||||||
- clean: ['~']
|
- clean: ['~']
|
||||||
|
|
||||||
- create:
|
- create:
|
||||||
|
# Common organizational dirs
|
||||||
- ~/Downloads
|
- ~/Downloads
|
||||||
- ~/bin
|
- ~/bin
|
||||||
- ~/projects
|
- ~/projects
|
||||||
- ~/src
|
- ~/src
|
||||||
- ~/www
|
- ~/www
|
||||||
- ~/pkg
|
- ~/pkg
|
||||||
|
# Config dirs
|
||||||
|
- ~/.config/nvim
|
||||||
|
# Program plugins
|
||||||
- ~/.local/share/nautilus/scripts/
|
- ~/.local/share/nautilus/scripts/
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
|
# Git
|
||||||
~/.gitconfig: configs/git/.gitconfig
|
~/.gitconfig: configs/git/.gitconfig
|
||||||
|
~/.ssh/allowed_signers: configs/ssh/allowed_signers
|
||||||
|
|
||||||
|
# Shell
|
||||||
~/.zshrc:
|
~/.zshrc:
|
||||||
path: configs/zsh/.zshrc
|
path: configs/zsh/.zshrc
|
||||||
force: true
|
force: true
|
||||||
~/.config/tabset: configs/tabset
|
|
||||||
~/.config/rofi: configs/rofi
|
# Vim
|
||||||
# ~/.local/share/remmina: configs/remmina/hosts
|
~/.config/nvim/init.vim: configs/nvim/init.vim
|
||||||
~/.config/nvim: configs/nvim
|
~/.config/nvim/pack: configs/nvim/pack
|
||||||
|
# ~/.config/nvim/spell: configs/nvim/en.utf-8.add
|
||||||
|
|
||||||
|
# Scripts
|
||||||
~/bin/catto:
|
~/bin/catto:
|
||||||
path: configs/scripts/catto
|
path: configs/scripts/catto
|
||||||
mode: 755
|
mode: 755
|
||||||
@ -34,7 +45,11 @@
|
|||||||
~/.local/share/nautilus/scripts/Copy to web:
|
~/.local/share/nautilus/scripts/Copy to web:
|
||||||
path: configs/nautilus/scripts/Copy to web
|
path: configs/nautilus/scripts/Copy to web
|
||||||
mode: 755
|
mode: 755
|
||||||
~/.ssh/allowed_signers: configs/ssh/allowed_signers
|
|
||||||
|
# Others
|
||||||
|
~/.config/tabset: configs/tabset
|
||||||
|
~/.config/rofi: configs/rofi
|
||||||
|
# ~/.local/share/remmina: configs/remmina/hosts
|
||||||
~/.cargo/config.toml: configs/cargo/config.toml
|
~/.cargo/config.toml: configs/cargo/config.toml
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user