Skip to content

Personal Linux Setup

License

Notifications You must be signed in to change notification settings

baumths/.dotfiles

Repository files navigation

Personal Linux Setup & Scripts

  • Update packages

    Ubuntu: sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y

  • Install Git

    Ubuntu: sudo apt install git -y

  • Clone this repo

    cd ~ && git clone git@github.com:baumths/.dotfiles.git
  • Run install script

    bash ~/.dotfiles/scripts/install.sh

Choose the default terminal

sudo update-alternatives --config x-terminal-emulator