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
|
||||
[submodule "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"]
|
||||
path = private_dot_config/sway/external_blocks
|
||||
url = https://github.com/vivien/i3blocks-contrib
|
||||
[submodule "private_dot_config/external_i3blocks"]
|
||||
path = private_dot_config/external_i3blocks
|
||||
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
|
||||
|
||||
# replaces gnu coreutils with the rust versions, cp and mv are worth
|
||||
if checkCommand coreutils; then
|
||||
alias cp="coreutils cp -g"
|
||||
alias mv="coreutils mv -g"
|
||||
alias hashsum="coreutils hashsum"
|
||||
#alias more="coreutils more"
|
||||
alias cut="coreutils cut"
|
||||
alias chmod="coreutils chmod"
|
||||
alias chown="coreutils chown"
|
||||
alias chroot="coreutils chroot"
|
||||
alias echo="coreutils echo"
|
||||
alias head="coreutils head"
|
||||
alias kill="coreutils kill"
|
||||
alias ln="coreutils ln"
|
||||
alias mkdir="coreutils mkdir"
|
||||
alias nohup="coreutils nohup"
|
||||
alias tail="coreutils tail"
|
||||
fi
|
||||
# if checkCommand coreutils; then
|
||||
# alias cp="coreutils cp -g"
|
||||
# alias mv="coreutils mv -g"
|
||||
# alias hashsum="coreutils hashsum"
|
||||
# #alias more="coreutils more"
|
||||
# alias cut="coreutils cut"
|
||||
# alias chmod="coreutils chmod"
|
||||
# alias chown="coreutils chown"
|
||||
# alias chroot="coreutils chroot"
|
||||
# alias echo="coreutils echo"
|
||||
# alias head="coreutils head"
|
||||
# alias kill="coreutils kill"
|
||||
# alias ln="coreutils ln"
|
||||
# alias mkdir="coreutils mkdir"
|
||||
# alias nohup="coreutils nohup"
|
||||
# alias tail="coreutils tail"
|
||||
# fi
|
||||
|
||||
# Replace find with fd
|
||||
if checkCommand fd; then
|
||||
|
@ -105,7 +105,6 @@ load_aliases() {
|
|||
if checkCommand nvim; then
|
||||
alias vim="nvim"
|
||||
fi
|
||||
|
||||
# Replace ls with lsd, and other useful aliases
|
||||
if checkCommand lsd; then
|
||||
alias l="lsd -l"
|
||||
|
|
|
@ -53,6 +53,9 @@ autocorrect = 50
|
|||
|
||||
[safe]
|
||||
directory = /
|
||||
directory = /etc/nixos
|
||||
directory = /home/mira/docker/config/argentumcation.com
|
||||
directory = /home/mira/docker/Dockerfiles/argentumcation.com
|
||||
|
||||
[rebase]
|
||||
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