Compare commits
2 Commits
7fe9b3fda1
...
02b052d147
Author | SHA1 | Date | |
---|---|---|---|
02b052d147 | |||
c7b927736f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ bin/
|
|||||||
code/
|
code/
|
||||||
nuscripts
|
nuscripts
|
||||||
nuscripts/*
|
nuscripts/*
|
||||||
|
.vmodules/
|
@ -6,5 +6,7 @@ clear
|
|||||||
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
export PATH=${BASE}/bin:${BASE}/v:${PATH}
|
export PATH=${BASE}/bin:${BASE}/v:${PATH}
|
||||||
|
|
||||||
|
export VMODULES=${BASE}/.vmodules
|
||||||
|
|
||||||
cd ${BASE}
|
cd ${BASE}
|
||||||
bash
|
bash
|
0
done/nu_done_install_v
Normal file
0
done/nu_done_install_v
Normal file
@ -6,10 +6,10 @@ in
|
|||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
git
|
git
|
||||||
nushell
|
nushellFull
|
||||||
mc
|
mc
|
||||||
jq
|
jq
|
||||||
# vscode-with-extensions
|
|
||||||
# libtorrent-rasterbar
|
# libtorrent-rasterbar
|
||||||
# python311Packages.libtorrent-rasterbar
|
# python311Packages.libtorrent-rasterbar
|
||||||
python311Full
|
python311Full
|
||||||
@ -19,6 +19,10 @@ pkgs.mkShell {
|
|||||||
rsync
|
rsync
|
||||||
rustc
|
rustc
|
||||||
go
|
go
|
||||||
|
duf
|
||||||
|
gdu
|
||||||
|
vscode-with-extensions
|
||||||
|
vscode-extensions.thenuprojectcontributors.vscode-nushell-lang
|
||||||
|
|
||||||
];
|
];
|
||||||
# shellHook = ''
|
# shellHook = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user