add dev-container-install.sh
This commit is contained in:
parent
468445321b
commit
557197fc9f
2 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
README.md
|
||||
screenshots
|
||||
packages
|
||||
dev-container-install.sh
|
||||
|
||||
{{ if eq .chezmoi.os "windows" }}
|
||||
**
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue