chore: streamline
This commit is contained in:
@@ -1 +1 @@
|
|||||||
3.10.17
|
3.12
|
||||||
|
|||||||
4
.zshrc
4
.zshrc
@@ -35,6 +35,10 @@ if [ -d "$HOME/node_modules/.bin" ]; then
|
|||||||
export PATH="$PATH:$HOME/node_modules/.bin"
|
export PATH="$PATH:$HOME/node_modules/.bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$HOME/scripts" ]; then
|
||||||
|
export PATH="$HOME/scripts:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
# Source .env file early to export environment variables
|
# Source .env file early to export environment variables
|
||||||
if [ -f "$HOME/.env" ] ; then
|
if [ -f "$HOME/.env" ] ; then
|
||||||
set -a
|
set -a
|
||||||
|
|||||||
9
arty.yml
9
arty.yml
@@ -76,8 +76,10 @@ references:
|
|||||||
scripts:
|
scripts:
|
||||||
debian/update: sudo sed -i 's/main non-free-firmware/main contrib non-free non-free-firmware/g' /etc/apt/sources.list && sudo apt update
|
debian/update: sudo sed -i 's/main non-free-firmware/main contrib non-free non-free-firmware/g' /etc/apt/sources.list && sudo apt update
|
||||||
debian/install:
|
debian/install:
|
||||||
sudo apt install curl zsh fzf davfs2 krusader make imagemagick ffmpeg yt-dlp
|
sudo apt install
|
||||||
thunderbird pkg-config blueman libffi-dev zlib1g-dev libyaml-dev libssl-dev tree firmware-linux-nonfree firmware-realtek
|
curl zsh fzf davfs2 krusader make imagemagick ffmpeg yt-dlp pkg-config blueman
|
||||||
|
libffi-dev zlib1g-dev libyaml-dev libssl-dev liblzma-dev libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev python3-tk tk-dev
|
||||||
|
tree firmware-linux-nonfree firmware-realtek
|
||||||
debian/remove: sudo apt remove pulseaudio-module-bluetooth
|
debian/remove: sudo apt remove pulseaudio-module-bluetooth
|
||||||
docker/install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER
|
docker/install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER
|
||||||
rust/install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
rust/install: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
@@ -98,6 +100,9 @@ scripts:
|
|||||||
yq/install:
|
yq/install:
|
||||||
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
|
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
|
||||||
-O /usr/local/bin/yq && chmod +x /usr/local/bin/yq
|
-O /usr/local/bin/yq && chmod +x /usr/local/bin/yq
|
||||||
|
gh/install:
|
||||||
|
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && sudo chmod go+r
|
||||||
|
/usr/share/keyrings/githubcli-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null && sudo apt update && sudo apt install -y gh
|
||||||
spotify/install:
|
spotify/install:
|
||||||
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg |
|
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg |
|
||||||
sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg && echo "deb
|
sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg && echo "deb
|
||||||
|
|||||||
Reference in New Issue
Block a user