Skip to content

Instantly share code, notes, and snippets.

@tajidyakub
Created April 3, 2018 16:12
Show Gist options
  • Save tajidyakub/00b55e9e2a953786fb26ebac8e2409d4 to your computer and use it in GitHub Desktop.
Save tajidyakub/00b55e9e2a953786fb26ebac8e2409d4 to your computer and use it in GitHub Desktop.
Dotfiles bash untuk Shell Environment

Dotfiles untuk Ubuntu Bash

Bash-it

$ git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
$ ~/.bash_it/install.sh
Installing bash-it
To start using it, open a new tab or 'source /home/username/.bashrc'.

To show the available aliases/completions/plugins, type one of the following:
  bash-it show aliases
  bash-it show completions
  bash-it show plugins

To avoid issues and to keep your shell lean, please enable only features you really want to use.
Enabling everything can lead to issues.

Enable vim, systemd, git

$ bash-it enable alias git
$ bash-it enable alias systemd
$ bash-it enable alias vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment