Skip to content

milose/bash_it-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash_it-settings

Custom themes (with bash_it) and aliases for development and vm boxes. To sync aliases just run bsync after installing.

Install bash_it

Clone the repository to get it:

git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh

Or, if you already have bash_it, pull it to update:

cd ~/.bash_it && git pull

Get custom bash settings and aliases

Clone my repository or fork it and make your changes and customisations.

cd ~/.bash_it/custom
git init .
git remote add origin https://github.com/milose/bash_it-settings.git
git pull origin master

Reload the profile

reload

Change theme

# Debian / Ubuntu
nano ~/.bashrc
# Some other distros
nano ~/.profile
# Mac
nano ~/.bash_profile

Updating ailases

bsync

#TODO

  • fork bash_it and make it simpler / faster

About

bash profile and aliases synchronisation between boxes using git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages