ezhang7423 / home_config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: add copyq, zotero, obsidian, more

Home

This contains all my personalization for a custom linux distribuition

Installation

If on ubuntu 20.04, run this first:

sudo add-apt-repository ppa:system76/pop
sudo apt update
sudo apt install -y pop-desktop
sudo reboot

If on ubuntu 22.04 or later, install https://github.com/pop-os/shell https://github.com/pop-os/launcher

To install my settings:

cd ~
git clone https://github.com/ezhang7423/home_config.git tmp
cp -a tmp/. .
./setup.sh
# rm -rf tmp if satisfied

MAKE SURE TO CONFIGURE timeshift, autokey, vs code.

Afterwards, logout and log back in and you should be all set

Items

  • Konsole w/ autokey
  • Pop! OS keyboard shortcuts
  • Fish Shortcuts

Key software (in order of installation)

(handled by setup.sh)

  • Timeshift
  • Konsole
  • Fish
  • Docker
  • VS Code
  • Brave browser

(user does this manually)

  • Autokey
  • VS Code preferences

App development

  • Flutter
  • Android Studio

Backing up custom gnome settings

Backup dconf dump /org/gnome/ > gnome.ini

Restore:

dconf load /org/gnome/ < gnome.ini

ssh-keys

Manually cp from your usb

https://stackoverflow.com/questions/7927750/specify-an-ssh-key-for-git-push-for-a-given-domain

for personal and work projects

About


Languages

Language:C 72.3%Language:C++ 22.8%Language:Python 4.2%Language:Shell 0.5%Language:Makefile 0.2%Language:MATLAB 0.0%