add dev-container-install.sh

This commit is contained in:
Anthony Rodriguez 2023-10-03 08:46:53 +02:00
parent 468445321b
commit 557197fc9f
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,7 @@
README.md
screenshots
packages
dev-container-install.sh
{{ if eq .chezmoi.os "windows" }}
**

View file

@ -10,7 +10,3 @@ set -g fish_greeting
# Created by `pipx` on 2023-08-28 08:41:19
set PATH $PATH /home/nezia/.local/bin
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH