Update
This commit is contained in:
parent
19e3f6d5f8
commit
58e53520a2
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
@ -39,4 +42,6 @@ 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 -}}
|
Loading…
Reference in a new issue