Last active
February 10, 2021 14:55
-
-
Save joshmfrankel/6e711d81a4e736a5c6d7372da3cbe056 to your computer and use it in GitHub Desktop.
Upgrading to new linux
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
bookworm | |
compizConfig (maybe not needed) | |
dconf Editor | |
diodon - copy/paste clipboard | |
eddy - simple pkg installer | |
elementary+ configurator | |
Emojione picker | |
FeedReader | |
Franz | |
Gifup (maybe not needed) | |
Google Chrome | |
Guake | |
libre office | |
Meld diff viewer | |
Linssd (networking) | |
Peek - gif creator | |
Pick - color picker | |
QuickDocs | |
Sequeller | |
Solaar (mouse maybe) | |
Slack | |
Spotify | |
Stretchly (maybe) | |
Sublime Text | |
Sublime Merge | |
Synaptic Package Manager / Flatpak | |
Timeshift (maybe) | |
Typora |
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
# Look into Salt stack | |
asdf | |
postgres | |
ruby | |
bundler | |
yarn | |
# Choose a text editor | |
# Sublime Text, Vim, Atom, Visual Studio |
Things to do after Elementary OS 5.1 install
General updates
sudo apt update -y
sudo apt upgrade -y
sudo apt autoremove -y
# Disable samba if not using
sudo chmod 744 /usr/lib/gvfs/gvfsd-smb-browse
Command line utilities
# Vim
sudo apt install vim
# Git
sudo apt install git
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
# Install zsh
sudo apt install zsh
# Change shell to zsh
chsh -s $(which zsh)
# Logout & Log back in
# Installing oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
vim ~/.zshrc
# Change theme to af-magic
# asdf-vm
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.7.6
# Add asdf to .zshrc
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.zshrc
echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.zshrc
System Configurations
- Change Dock icons to be
large
size (under desktop) - Enable housekeeping (under security)
- Enable nightlight (under displays)
- Disable natural scrolling (under keyboards)
- Enable trackpad ignore while typing (under keyboards)
- Enable middle click paste (under keyboards)
- Enable long press secondary click and decrease threshold to 25% (under keyboards)
- Enable automatically adjust brightness (under power & savings)
- Disable bluetooth (under bluetooth)
- Enable 12hr clock (under date & time)
- Dark theme -
gsettings set io.elementary.terminal.settings prefer-dark-style
Power Savings
sudo app install powertop
- Baseline discharge: 19 (lowest brightness, 2:11 length) 31 (highest brightness, 1:45 length)
- Install TLP via AppCecnter
- Discharge - 448J consumed, 10~20 W, 3:04length
- Open NvidiaXServer settings
- Switch to Intel gpu
- Disable bluetooth
sudo systemctl disable bluetooth.service
- Follow post here: https://askubuntu.com/questions/1078939/ubuntu-18-04-battery-life
- Log back in
Application Installation
The AppCenter also can install these 1 at a time
- Sublime Text
- Sublime Merge
- LibreOffice Writer
- LibreOffice Calc
- Spotify
- Ideogram - For emojis
- Monitor - For realtime cpu / memory monitoring
- Eddy - for deb installation
- Regex Tester
- Bookworm - ebook reader
# Alternative flatpak commands
flatpak install flathub org.libreoffice.LibreOffice
flatpak install flathub com.spotify.Client
Theming
Elementary Tweaks
sudo apt install software-properties-common
sudo add-apt-repository ppa:philip.scott/elementary-tweaks
sudo apt install elementary-tweaks
Numix Icons, theme, plank
sudo add-apt-repository ppa:numix/ppa
sudo apt update
sudo apt install numix-icon-theme-square
sudo apt install numix-gtk-theme
# Set the above in elementary-tweaks
- Numix plank theme
git clone https://github.com/numixproject/numix-plank-theme.git
cp -r numix-plank-theme/Numix/ ~/.local/share/plank/themes
rm -rf numix-plan-theme
# Right click plank and set theme to Numix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resources:
https://elementaryos.stackexchange.com/questions/21615/how-to-install-on-dell-xps-13-7390-developer-edition
https://gist.github.com/MeirBon/3317943e9b2e50e0914b5832717db190
https://www.dell.com/support/article/hk/zh/hkbsd1/sln306327/manual-nomodeset-kernel-boot-line-option-for-linux-booting?lang=en
https://ubuntuforums.org/showthread.php?t=2317843
See https://gist.github.com/joshmfrankel/fb9b4f44244aa492d8cdc3fd5f0db7cb for .zshrc