sync from auxin
This commit is contained in:
parent
5654110e96
commit
718a6d2e5c
4 changed files with 25 additions and 19 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -3,10 +3,13 @@
|
||||||
url = https://gitea.argentumcation.com/mira/nvim-config
|
url = https://gitea.argentumcation.com/mira/nvim-config
|
||||||
[submodule "private_dot_config/external_nvim"]
|
[submodule "private_dot_config/external_nvim"]
|
||||||
path = private_dot_config/external_nvim
|
path = private_dot_config/external_nvim
|
||||||
url = ssh://git@ssh.argentumcation.com:2552/mira/nvim-config.git
|
url = https://gitea.argentumcation.com/mira/nvim-config.git
|
||||||
[submodule "private_dot_config/sway/external_blocks"]
|
[submodule "private_dot_config/sway/external_blocks"]
|
||||||
path = private_dot_config/sway/external_blocks
|
path = private_dot_config/sway/external_blocks
|
||||||
url = https://github.com/vivien/i3blocks-contrib
|
url = https://github.com/vivien/i3blocks-contrib
|
||||||
[submodule "private_dot_config/external_i3blocks"]
|
[submodule "private_dot_config/external_i3blocks"]
|
||||||
path = private_dot_config/external_i3blocks
|
path = private_dot_config/external_i3blocks
|
||||||
url = https://github.com/vivien/i3blocks-contrib
|
url = https://github.com/vivien/i3blocks-contrib
|
||||||
|
[submodule "private_dot_config/nvim-config"]
|
||||||
|
path = private_dot_config/nvim-config
|
||||||
|
url = https://gitea.argentumcation.com/mira/nvim-config.git
|
||||||
|
|
|
@ -47,23 +47,23 @@ load_aliases() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# replaces gnu coreutils with the rust versions, cp and mv are worth
|
# replaces gnu coreutils with the rust versions, cp and mv are worth
|
||||||
if checkCommand coreutils; then
|
# if checkCommand coreutils; then
|
||||||
alias cp="coreutils cp -g"
|
# alias cp="coreutils cp -g"
|
||||||
alias mv="coreutils mv -g"
|
# alias mv="coreutils mv -g"
|
||||||
alias hashsum="coreutils hashsum"
|
# alias hashsum="coreutils hashsum"
|
||||||
#alias more="coreutils more"
|
# #alias more="coreutils more"
|
||||||
alias cut="coreutils cut"
|
# alias cut="coreutils cut"
|
||||||
alias chmod="coreutils chmod"
|
# alias chmod="coreutils chmod"
|
||||||
alias chown="coreutils chown"
|
# alias chown="coreutils chown"
|
||||||
alias chroot="coreutils chroot"
|
# alias chroot="coreutils chroot"
|
||||||
alias echo="coreutils echo"
|
# alias echo="coreutils echo"
|
||||||
alias head="coreutils head"
|
# alias head="coreutils head"
|
||||||
alias kill="coreutils kill"
|
# alias kill="coreutils kill"
|
||||||
alias ln="coreutils ln"
|
# alias ln="coreutils ln"
|
||||||
alias mkdir="coreutils mkdir"
|
# alias mkdir="coreutils mkdir"
|
||||||
alias nohup="coreutils nohup"
|
# alias nohup="coreutils nohup"
|
||||||
alias tail="coreutils tail"
|
# alias tail="coreutils tail"
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Replace find with fd
|
# Replace find with fd
|
||||||
if checkCommand fd; then
|
if checkCommand fd; then
|
||||||
|
@ -105,7 +105,6 @@ load_aliases() {
|
||||||
if checkCommand nvim; then
|
if checkCommand nvim; then
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Replace ls with lsd, and other useful aliases
|
# Replace ls with lsd, and other useful aliases
|
||||||
if checkCommand lsd; then
|
if checkCommand lsd; then
|
||||||
alias l="lsd -l"
|
alias l="lsd -l"
|
||||||
|
|
|
@ -53,6 +53,9 @@ autocorrect = 50
|
||||||
|
|
||||||
[safe]
|
[safe]
|
||||||
directory = /
|
directory = /
|
||||||
|
directory = /etc/nixos
|
||||||
|
directory = /home/mira/docker/config/argentumcation.com
|
||||||
|
directory = /home/mira/docker/Dockerfiles/argentumcation.com
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autostash = true
|
autostash = true
|
||||||
|
|
1
private_dot_config/nvim-config
Submodule
1
private_dot_config/nvim-config
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e3a99eb8f20c358f8376579594c0ebbf62c1db55
|
Loading…
Add table
Reference in a new issue