Skip to content

moos-ivp/pablo-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PABLO (Payload Autonomy Box) Linux .files

Dotfiles to quickly configure a new PABLO box.

Setup

In a terminal, type:

bash -c "$(wget -qO - https://raw.github.com/moos-ivp/pablo-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 = [email protected]
	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"

License

See the LICENSE file.

About

Linux configuration dotfiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%