Created
December 21, 2021 07:59
-
-
Save paolodina/33f79378271dcb93820e8a3ed614016e to your computer and use it in GitHub Desktop.
wip setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# packages | |
apt install -y \ | |
wget \ | |
curl \ | |
vim \ | |
tree \ | |
mc \ | |
htop \ | |
make \ | |
build-essential \ | |
libssl-dev \ | |
zlib1g-dev \ | |
libbz2-dev \ | |
libreadline-dev \ | |
libsqlite3-dev \ | |
llvm \ | |
libncursesw5-dev \ | |
xz-utils \ | |
tk-dev \ | |
libxml2-dev \ | |
libxmlsec1-dev \ | |
libffi-dev \ | |
liblzma-dev | |
mkdir -p /etc/skel/.config/xfce4/ | |
touch /etc/skel/.config/xfce4/helpers.rc | |
# chmor 644 /etc/skel/xfce4/helpers.rc | |
# Add terminator as default terminal | |
apt install -y terminator | |
echo 'line="TerminalEmulator=terminator' >> /etc/skel/.config/xfce4/helpers.rc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment