Last active
October 27, 2023 21:42
-
-
Save elena/359223b1ef8145c8cf5a33b63133e7b8 to your computer and use it in GitHub Desktop.
This file contains 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
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 "[email protected]" | |
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