Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

msis/dotfiles

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Dotfiles to quickly configure your system.

Setup

In a terminal, type:

bash -c "$(wget -qO - https://raw.github.com/msis/dotfiles/master/install.sh)"

Personal Settings

Git's ~/.gitconfig.local

To store personal configuration for git, like name and email, or any other setting; you can use the ~/.gitconfig.local file. It is appended to the .gitconfig defined in this project to allow overiding the predefined settings.

Example:

[user]
	email = ms.ibnseddik@gmail.com
	name = Mohamed Saad IBN SEDDIK

Bash's ~/.bash.local

If you want to add your own aliases or folders to the PATH etc., you can create and set everything you need in a local file in ~/.bash.local

Example

#!/bin/bash
PATH="/usr/local/bin:$PATH"
export PATH

alias g="git"

Acknowledgments

This dotfiles are inspired from :

License

See the LICENSE file.

About

Linux configuration dotfiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.