25 lines
645 B
Markdown
25 lines
645 B
Markdown
# \*nix config
|
|
|
|
Dot-files and scripts to be synced between my home system and work system
|
|
|
|
All ZSH plugins are submodules
|
|
|
|
## Setup
|
|
```sh
|
|
# Using package manager
|
|
# Install: yadm thefuck fastfetch fzf
|
|
|
|
yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git
|
|
yadm submodule update --init --recursive
|
|
```
|
|
|
|
## Firefox
|
|
|
|
Firefox profile location differs between MacOS & Linux, so the actual config files cannot be synced
|
|
|
|
1. Navigate to `about:config`
|
|
2. Enable `toolkit.legacyUserProfileCustomizations.stylesheets`
|
|
3. Navigate to `about:support` and open `Profile folder`
|
|
4. Symlink `~/.config/firefox/chrome` to `<profile>/chrome`
|
|
5. Restart Firefox
|
|
|