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
# 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
# {{ end -}}
# {{ end -}}
# Exemple: https://github.com/RichiCoder1/dotfiles/blob/master/executable_install-tools.sh.tmpl
# INSTALL HOMEBREW
@ -39,4 +42,6 @@ brew install rust-analyzer
source ~/.bash_profile
# {{ else if eq .chezmoi.os "darwin" -}}
{{ end -}}
{{ end -}}