feat: Manage symlinks for bash config
This commit is contained in:
@@ -1,9 +1,32 @@
|
|||||||
---
|
---
|
||||||
|
##### [ BASH ] #####
|
||||||
|
|
||||||
".config/bash":
|
".config/bash":
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://gitea.cloud.logerais.com/xavier/config-bash.git
|
url: https://gitea.cloud.logerais.com/xavier/config-bash.git
|
||||||
refreshPeriod: 24h # Vérifie toutes les 24h
|
refreshPeriod: 24h # Vérifie toutes les 24h
|
||||||
|
|
||||||
|
".bash_profile":
|
||||||
|
type: symlink
|
||||||
|
target: .config/bash/.bash_profile
|
||||||
|
|
||||||
|
".bashrc":
|
||||||
|
type: symlink
|
||||||
|
target: .config/bash/.bashrc
|
||||||
|
|
||||||
|
".inputrc":
|
||||||
|
type: symlink
|
||||||
|
target: .config/bash/.inputrc
|
||||||
|
|
||||||
|
".bash_logout":
|
||||||
|
type: symlink
|
||||||
|
target: .config/bash/.bash_logout
|
||||||
|
|
||||||
|
##### [ NVIM ] #####
|
||||||
|
|
||||||
".config/nvim":
|
".config/nvim":
|
||||||
type: git-repo
|
type: git-repo
|
||||||
url: https://gitea.cloud.logerais.com/xavier/config-astronvim.git
|
url: https://gitea.cloud.logerais.com/xavier/config-astronvim.git
|
||||||
refreshPeriod: 24h # Vérifie toutes les 24h
|
refreshPeriod: 24h # Vérifie toutes les 24h
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user