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

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