Compare commits

...

2 Commits

Author SHA1 Message Date
02b052d147
d 2024-01-13 15:06:00 +03:00
c7b927736f
seems to work 2024-01-13 15:05:37 +03:00
4 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ deluge_conf
bin/
code/
nuscripts
nuscripts/*
nuscripts/*
.vmodules/

View File

@ -6,5 +6,7 @@ clear
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
export PATH=${BASE}/bin:${BASE}/v:${PATH}
export VMODULES=${BASE}/.vmodules
cd ${BASE}
bash

0
done/nu_done_install_v Normal file
View File

View File

@ -6,10 +6,10 @@ in
pkgs.mkShell {
packages = with pkgs; [
git
nushell
nushellFull
mc
jq
# vscode-with-extensions
# libtorrent-rasterbar
# python311Packages.libtorrent-rasterbar
python311Full
@ -19,6 +19,10 @@ pkgs.mkShell {
rsync
rustc
go
duf
gdu
vscode-with-extensions
vscode-extensions.thenuprojectcontributors.vscode-nushell-lang
];
# shellHook = ''