Skip to content

Instantly share code, notes, and snippets.

@elena
Last active October 27, 2023 21:42
Show Gist options
  • Save elena/359223b1ef8145c8cf5a33b63133e7b8 to your computer and use it in GitHub Desktop.
Save elena/359223b1ef8145c8cf5a33b63133e7b8 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install -y mate-terminal emacs git git-cola gitg python3-pip python3-dev vlc gimp blender tree baobab virtualbox
sudo pip3 install --upgrade pip
sudo pip3 install virtualenv virtualenvwrapper thefuck pyflakes jedi flake8 importmagic autopep8 black isort bandit ruff
git config --global user.email "git@elena.net.au"
git config --global user.name "Elena Williams"
git config --global init.defaultBranch main
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
https://raw.githubusercontent.com/elena/bash-profile/linux/.bashrc
gsettings set org.gnome.desktop.background.picture-uri ""
gsettings set org.gnome.desktop.background.picture-uri-dark ""
gsettings set org.gnome.mutter edge-tiling false
setxkbmap -layout us -option ctrl:nocaps
setxkbmap -layout us -option prsc:sclk
sudo bash linux-brprinter-installer-2.2.1-1
git clone https://github.com/elena/.emacs.git ~/.emacs.d
git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment