Added direnv
This commit is contained in:
@@ -91,6 +91,9 @@ lazygit:
|
|||||||
cp lazygit $HOME/.local/bin
|
cp lazygit $HOME/.local/bin
|
||||||
rm lazygit*
|
rm lazygit*
|
||||||
|
|
||||||
|
direnv:
|
||||||
|
curl -sfL https://direnv.net/install.sh | bash
|
||||||
|
|
||||||
duf: (apt "gdebi")
|
duf: (apt "gdebi")
|
||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
DUF_VERSION=$(curl -s "https://api.github.com/repos/muesli/duf/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
|
DUF_VERSION=$(curl -s "https://api.github.com/repos/muesli/duf/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
|
||||||
|
|||||||
Reference in New Issue
Block a user