Skip to content

This is a simple project made with nicolasNSSM during 2020 Hacktoberfest to provide dotfiles for our installations

Notifications You must be signed in to change notification settings

qroques/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repo is about dotfiles to reinstall my PC efficiently.

This is made for Ubuntu Linux distribution. It's not garanteed to work the same.

This readme assume you are familiar with basic linux command line usage.

Easy install

wget -O - https://raw.githubusercontent.com/qroques/dotfiles/master/prerequisites/install.sh | bash

Auto install

wget -O - https://raw.githubusercontent.com/qroques/dotfiles/master/prerequisites/install.sh | bash

This script will :

  • Install git ;
  • Install make ;
  • Clone the repository into your home directory (as dotfiles) ;
  • Run the install process ;

Manual Install

If you already have git and make installed, you can clone the repository and run the install process manually.

On your fresh Ubuntu Linux installation:

Clone the repository:

git clone https://github.com/qroques/dotfiles ~/dotfiles

Or alternatively, fork the repository to make you own.

cd ~/dotfiles

Note If you are not @qroques, you may want to change the git configuration to your own. To do so, modify the file ./git/config with something like:

[user]
	name = Your Name
	email = [email protected]

then, run the install process:

make install

Credits

This is an adaptation of lcouellan dotfiles project

About

This is a simple project made with nicolasNSSM during 2020 Hacktoberfest to provide dotfiles for our installations

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published