8000 GitHub - adentinger/anthonyize: Configure Linux/MSYS/Git Bash/Cygwin system according to my habits.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adentinger/anthonyize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anthonyize

Configure Linux/MSYS/Git Bash/Cygwin system according to my habits.

Usage

./anthonyize
exec bash # Do in each open shell, or restart them.

Modifying to one's habits

One could use this repo as a base for their own system customizer. Here are some important files that can be modified easily.

scripts/cli-setup-bashrc

Appends code to the system-wide bashrc, no matter what exactly it is named.

This is where we call the other scripts, and where we configure the prompt color.

config/etc/bash.bash_aliases

To place your favorite aliases.

Autocompletion of aliases works perfectly under Linux systems that have the bash-completion (name may vary depending on distro and version) package installed. For systems that don't have it (e.g. Git Bash, sigh), only aliases that consist of a program name (e.g., alias g='git') have autocomplete. So alias l='ls -A --color=auto' would not. Not that it couldn't be done, though.

scripts/commands

To configure programs and commands to your taste.

I like having git aliases configured, for example.

scripts/fs

To tweak directories, files, etc.

I don't do much here ; I only create ~/Desktop and ~/Git if they don't exist.

About

Configure Linux/MSYS/Git Bash/Cygwin system according to my habits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0