2022-05-21 14:24:14 +00:00
|
|
|
|
2022-05-22 17:17:07 +00:00
|
|
|
sudo dnf install htop neovim stow tmux podman cloc npm nodejs gnome-tweak-tool
|
2022-08-07 20:49:00 +00:00
|
|
|
sudo dnf install cockpit pcp cockpit-pcp
|
2022-05-21 14:24:14 +00:00
|
|
|
|
|
|
|
mkdir -p ~/Code
|
|
|
|
cd ~/Code
|
|
|
|
|
|
|
|
if ! [ -a config ]; then
|
|
|
|
git clone https://github.com/ntietz/config.git
|
|
|
|
cd config
|
|
|
|
fi
|
|
|
|
|
|
|
|
mkdir -p ~/Code/vendor
|
|
|
|
cd ~/Code/vendor
|
|
|
|
|
|
|
|
if ! [ -a tla-bin ]; then
|
|
|
|
git clone https://github.com/pmer/tla-bin.git
|
|
|
|
fi
|
|
|
|
cd tla-bin
|
|
|
|
./download_or_update_tla.sh
|
|
|
|
sudo ./install.sh /usr/local
|
|
|
|
|
|
|
|
curl https://sh.rustup.rs -sSf | sh
|