An open API service indexing awesome lists of open source software.

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

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)