JosefGst / .dotfiles

bash aliases and settings for ROS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Manage my personal collection of configuration files and aliases mostly for ROS using stow.

Dependencies (optional)

Some ROS related alias have dependency with: https://github.com/MetroRobots/ros_command

Setup

# backup config files
mv .bashrc .bashrc_back
# install
sudo apt install stow
cd ~
git clone git@github.com:JosefGst/.dotfiles.git -b dotfiles
cd .dotfiles && stow .

Some frequently used Shortcuts

shortcut description
git adog create git graph
rl list ros topics
gr open rqt graph
reconf open rqt reconfigure
tel open keyboard teleop
rdep install all ros dependencies

Resources:

The bash_coloring file is borrowed form ros_team_workspace

About

bash aliases and settings for ROS


Languages

Language:Shell 100.0%