Skip to content

magnobiet/dotfiles

Repository files navigation

Magno's dotfiles 🐧

Works on Ubuntu 16.04 LTS and 18.04 LTS

Screenshot preview

Requirements

sudo apt install -y git xclip
ssh-keygen -t rsa -b 4096
xclip -sel clip < ~/.ssh/id_rsa.pub

Install the public key on your BitBucket http://bit.ly/1VMnKa3 or GitHub https://git.io/vw0D8 account.

Installation

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

Using curl

curl -L https://git.io/fhhLe | sudo bash

Using wget

wget -q -O - https://git.io/fhhLe | sudo bash

Or using git

# HTTPS
git clone https://github.com/magnobiet/dotfiles.git .dotfiles && cd $_

# SSH
git clone git@github.com:magnobiet/dotfiles.git .dotfiles && cd $_

sudo ./install

Screenshot

License

This project is licensed under the MIT License. Copyright © Magno Biét