-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.conf.yaml
25 lines (24 loc) · 1021 Bytes
/
system.conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file needs root permission to install packages / configure system settings
#
- defaults:
link:
create: true
relink: true
force: true
- shell:
- [ apt-add-repository -y ppa:rael-gc/rvm ]
- [ apt update ]
- [ apt upgrade -y ]
- [ apt dist-upgrade -y ]
# Depdendencies
- [ apt install -y curl git python3-dev python3-pip fish wget libfuse2 ]
# Console tools
- [ apt install -y mc tig ripgrep clang clangd clang-format libc++-dev libc++abi-dev tmux ssh lldb ninja-build build-essential cmake pcp pipenv meson flex bison libcurl4-openssl-dev fish libipc-run-perl pkg-config libssl-dev ]
# UI stuff
- [ apt install -y libwayland-cursor0 kitty libwayland-egl1-mesa mesa-utils ]
- [ apt install -y rvm libpq-dev ]
# AppMan for appimages
- [ cd /tmp && wget https://raw.githubusercontent.com/ivan-hc/AM/main/INSTALL && chmod a+x ./INSTALL && ./INSTALL ]
- [ apt install -y jq ]
- [ curl -sS https://starship.rs/install.sh | sh -s -- -y ]
- [ usermod -a -G rvm dutow ]