aboutsummaryrefslogtreecommitdiff
path: root/packages/pkg_dev_tools.sh
blob: c0cdc913577d3e62011dbed68747d6aea575f5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/env bash

export pkg_dev_tools=(
    "git"
    "neovim"
    "platformio-core"
    "tmux"
    "nodejs"
    "rust-analyzer"
    "rustup"
    "lazygit"
)