User Tools

Site Tools


linux

This is an old revision of the document!


Table of Contents

Linux

First Things

First installation notes from my AMD Ryzen 7040 Series Framework Ubuntu 22.04 LTS:

sudo apt update && sudo apt upgrade -y
sudo apt install vim git
sudo apt install exuberant-ctags cscope moreutils

Now that you have vim and git:

git clone ssh://dblume@dlma.com/~/git/dotfiles.git
cd dotfiles
./setup.sh

Now that you can barely tolerate your terminal, get the rest:

sudo apt install tmux entr
tmux
sudo apt install curl jq tree expect gnuplot httpie visidata
sudo apt install python3-pip
python3 -m pip install matplotlib

Install Google Chrome.

Desktop

linux.1699046273.txt.gz · Last modified: 2023/11/03 14:17 by dblume