This repository serves as my way to help me setup and maintain my Ubuntu. It takes the effort out of installing everything manually. Everything which is needed to install my preffered setup is detailed in this readme. Feel free to explore, learn and copy parts for your own dotfiles. Enjoy!
Follow these install instructions to setup a new Ubuntu.
- Set main download server
- Software & updates -> Ubuntu software -> Download from: Main server
- Install git:
sudo apt-get update && sudo apt-get install -y git
- Clone this repo to
~/.dotfiles
git clone git@github.com:brianjohnsen/dotfiles.git ~/.dotfiles
- Run
install.sh
to start the installation - Make sure Dropbox is set up and synced
- Install Dropbox manually
- via https://linuxconfig.org/ubuntu-20-04-dropbox-installation-and-desktop-integration
- Restart your computer to finalize the process
shutdown -r now
Your Ubuntu is now ready to use!
Further customizations.
- Disable all annoying keyboard shortcuts
- Keyboard -> Shortcuts
Read the blog post: https://driesvints.com/blog/getting-started-with-dotfiles
The MIT License. Please see the license file for more information.