Skip to content

Quick way to create a firefox profile in a custom location

License

Notifications You must be signed in to change notification settings

webmasterish/firefox_new_profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox new profile

Quick way to create a firefox profile in a custom location

Usage

$ bash firefox_new_profile.sh <profile_name> [firefox_dir]

Add as bash alias

# make it executable

$ chmod +x /path/to/firefox_new_profile.sh

# ------------------------------------------------------------------------------

# add to .bash_aliases

$ cat >> "${HOME}/.bash_aliases" <<EOL

# custom alias - added on $(date '+%Y-%m-%d %H:%M:%S')
alias ffnew='/path/to/firefox_new_profile.sh'
EOL

# ------------------------------------------------------------------------------

# use it as follows

ffnew <profile_name> [firefox_dir]

License

MIT © webmasterish

About

Quick way to create a firefox profile in a custom location

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages