https://github.com/webmasterish/firefox_new_profile
Quick way to create a firefox profile in a custom location
https://github.com/webmasterish/firefox_new_profile
firefox firefox-profile profile
Last synced: 8 days ago
JSON representation
Quick way to create a firefox profile in a custom location
- Host: GitHub
- URL: https://github.com/webmasterish/firefox_new_profile
- Owner: webmasterish
- License: mit
- Created: 2019-03-23T16:59:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T17:55:12.000Z (about 7 years ago)
- Last Synced: 2025-04-09T23:42:57.010Z (about 1 year ago)
- Topics: firefox, firefox-profile, profile
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Firefox new profile
> Quick way to create a firefox profile in a custom location
## Usage
```sh
$ bash firefox_new_profile.sh [firefox_dir]
```
### Add as bash alias
```sh
# make it executable
$ chmod +x /path/to/firefox_new_profile.sh
# ------------------------------------------------------------------------------
# add to .bash_aliases
$ cat >> "${HOME}/.bash_aliases" < [firefox_dir]
```
## License
MIT © [webmasterish](https://webmasterish.com)