Compare commits
2 Commits
7fe9b3fda1
...
02b052d147
Author | SHA1 | Date | |
---|---|---|---|
02b052d147 | |||
c7b927736f |
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@ deluge_conf
|
||||
bin/
|
||||
code/
|
||||
nuscripts
|
||||
nuscripts/*
|
||||
nuscripts/*
|
||||
.vmodules/
|
@ -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
0
done/nu_done_install_v
Normal 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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user