Compare commits

..

No commits in common. "02b052d1474d07569c226134762bb83b092228c0" and "7fe9b3fda1635d729ab4da641f99f777f76b0e85" have entirely different histories.

4 changed files with 3 additions and 10 deletions

3
.gitignore vendored
View File

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

View File

@ -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

View File

View File

@ -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 = ''