Added cargo bin to path; added yara package
This commit is contained in:
parent
caf4bed854
commit
bd74ca2a70
@ -20,6 +20,7 @@
|
|||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
# Hacking
|
# Hacking
|
||||||
|
yara
|
||||||
nmap
|
nmap
|
||||||
john
|
john
|
||||||
ffuf
|
ffuf
|
||||||
|
@ -20,6 +20,10 @@
|
|||||||
update-all = "update-conf && update-home";
|
update-all = "update-conf && update-home";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
initExtra = ''
|
||||||
|
export PATH=$PATH:~/.cargo/bin
|
||||||
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "custom-functions";
|
name = "custom-functions";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user