fix: arty.yml
This commit is contained in:
@@ -48,7 +48,7 @@ references:
|
||||
scripts:
|
||||
debian:upgrade: sudo apt update && sudo apt upgrade -y
|
||||
debian:setup:contrib: sudo sed -i 's/main non-free-firmware/main contrib non-free non-free-firmware/g' /etc/apt/sources.list
|
||||
debian:install:base: sudo apt install -y build-essential curl wget git unzip zip zsh fzf pkg-config make file
|
||||
debian:install:base: sudo apt install -y build-essential git curl wget unzip zip tar zsh file fzf
|
||||
debian:install:libs: sudo apt install -y libffi-dev zlib1g-dev libyaml-dev libssl-dev liblzma-dev libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev python3-tk tk-dev zstd
|
||||
debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp shellcheck micro
|
||||
docker:install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER
|
||||
@@ -62,14 +62,15 @@ scripts:
|
||||
ruby:install:base: gem install bundler
|
||||
python:install: pyenv install
|
||||
go:install: sudo apt install -y golang-go
|
||||
go:install:tools: CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest github.com/mikefarah/yq/v4@latest
|
||||
go:install:tools: |
|
||||
CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest
|
||||
go install github.com/mikefarah/yq/v4@latest
|
||||
go:clean: go clean -cache && go clean -modcache
|
||||
fonts:install:meslo: |
|
||||
curl -fLo /tmp/Meslo.zip "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.zip"
|
||||
mkdir -p ~/.local/share/fonts/MesloNerdFont
|
||||
unzip -o /tmp/Meslo.zip "MesloLGLDZ*.ttf" -d ~/.local/share/fonts/MesloNerdFont
|
||||
fc-cache -fv
|
||||
vscode:extensions: |
|
||||
code --install-extension editorconfig.editorconfig
|
||||
micro:plugins: |
|
||||
micro -plugin install editorconfig
|
||||
fonts:install: |
|
||||
mkdir -p ~/.local/share/fonts/Meslo
|
||||
curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.tar.xz | tar --extract --xz --directory ~/.local/share/fonts/Meslo
|
||||
fc-cache -fv
|
||||
|
||||
Reference in New Issue
Block a user