Compare commits
No commits in common. "02b052d1474d07569c226134762bb83b092228c0" and "7fe9b3fda1635d729ab4da641f99f777f76b0e85" have entirely different histories.
02b052d147
...
7fe9b3fda1
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@ bin/
|
|||||||
code/
|
code/
|
||||||
nuscripts
|
nuscripts
|
||||||
nuscripts/*
|
nuscripts/*
|
||||||
.vmodules/
|
|
@ -6,7 +6,5 @@ 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
|
@ -6,10 +6,10 @@ in
|
|||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
git
|
git
|
||||||
nushellFull
|
nushell
|
||||||
mc
|
mc
|
||||||
jq
|
jq
|
||||||
|
# vscode-with-extensions
|
||||||
# libtorrent-rasterbar
|
# libtorrent-rasterbar
|
||||||
# python311Packages.libtorrent-rasterbar
|
# python311Packages.libtorrent-rasterbar
|
||||||
python311Full
|
python311Full
|
||||||
@ -19,10 +19,6 @@ 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