Skip to content

tlefevre/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brian's Dotfiles

What Is This?

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!

A Fresh Ubuntu Setup

Follow these install instructions to setup a new Ubuntu.

  1. Set main download server
    1. Software & updates -> Ubuntu software -> Download from: Main server
  2. From an USB key:
    1. Copy public and private SSH keys to ~/.ssh
    2. Copy gradle.propertiesto ~/.gradle
    3. Copy hosts /etc/hosts
  3. Install git
    1. sudo apt-get update && sudo apt-get install -y git
  4. Clone this repo to ~/.dotfiles
    1. git clone git@github.com:brianjohnsen/dotfiles.git ~/.dotfiles
  5. Run install.sh to start the installation
  6. Make sure Dropbox is set up and synced
  7. Restart your computer to finalize the process
    1. shutdown -r now

Your Ubuntu is now ready to use!

Customize

Further customizations.

  1. Enable Paper Theme
    1. Unity Tweak Tool -> Theme -> Theme, Icon, Cursor
  2. Disable all annoying keyboard shortcuts
    1. Keyboard -> Shortcuts

Your Own Dotfiles

If you want to start your own dotfiles from this setup, it's pretty easy to do so. First of all you'll need to fork this repo. After that you can tweak it the way you want.

Enjoy your own Dotfiles!

Thanks To...

Read the blog post: https://driesvints.com/blog/getting-started-with-dotfiles

I first got the idea for starting this project by visiting the Github does dotfiles project. Both Zach Holman and Mathias Bynens were great sources of inspiration. Sourabh Bajaj's Mac OS X Setup Guide proved to be invaluable. Thanks to Taylor Otwell for his awesome Zsh theme! And lastly, I'd like to thank Maxime Fabre for his excellent presentation on Homebrew which made me migrate a lot to a Brewfile and Mackup.

In general, I'd like to thank every single one who open-sources their dotfiles for their effort to contribute something to the open-source community. Your work means the world! 🌍 ❤️

License

The MIT License. Please see the license file for more information.

About

💻 Public repo for my personal dotfiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.8%
  • Ruby 5.2%