1
0
Fork 0
This commit is contained in:
Florian RICHER (MrDev023) 2022-04-13 23:25:18 +02:00
parent 19e3f6d5f8
commit 58e53520a2

View file

@ -1,9 +1,12 @@
{{ if ne .chezmoi.os "windows" }}
#!/bin/bash #!/bin/bash
# JUST TO KEEP IN HEAD # JUST TO KEEP IN HEAD
# {{ if eq .chezmoi.kernel.osrelease "ubuntu" -}} # {{ if eq .chezmoi.os "linux" -}}
# {{ if eq .chezmoi.osRelease.id "ubuntu" -}}
# sudo apt install ripgrep # sudo apt install ripgrep
# {{ end -}} # {{ end -}}
# {{ end -}}
# Exemple: https://github.com/RichiCoder1/dotfiles/blob/master/executable_install-tools.sh.tmpl # Exemple: https://github.com/RichiCoder1/dotfiles/blob/master/executable_install-tools.sh.tmpl
# INSTALL HOMEBREW # INSTALL HOMEBREW
@ -40,3 +43,5 @@ brew install rust-analyzer
source ~/.bash_profile source ~/.bash_profile
# {{ else if eq .chezmoi.os "darwin" -}} # {{ else if eq .chezmoi.os "darwin" -}}
{{ end -}} {{ end -}}
{{ end -}}