Skip to content

Commit 38e9cd4

Browse files
GitHub Flow migration (#241)
Adapted to "GitHub Flow" [1] like documented in detail in the main task issue svengreb/styleguide-git#9 [2]. [1]: https://guides.github.com/introduction/flow [2]: svengreb/styleguide-git#9 Subtask of svengreb/styleguide-git#9 Resolves GH-240
1 parent 66236bc commit 38e9cd4

File tree

14 files changed

+118
-1295
lines changed

14 files changed

+118
-1295
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1184 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

snowblocks/firefox/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
This snowblock for [Firefox][] Quantum and [Firefox Developer Edition][firefox-dev-edition] provides…
44

5-
* …the [`user.js`][mzkb-user.js] file to define and persist almost all preferences for a profile.
6-
* …the [`profiles.ini`][mzkb-profiles.ini] file to configure the name and path of the main profile `igloo`.
7-
* …the `ignore-dev-edition-profile` file (placed within the Firefox application data folder) to fix [Bugzilla bug 1098986][bugzilla-1098986] that causes Firefox Developer Edition to use the internal default profile regardless of whether another customized profile has been set as default.
8-
* …the `chrome` folder with the [`userChrome.css`][mzkb-userchrome.css] and [`userContent.css`][mzkb-usercontent.css] files to customize the Firefox UI components design and layout and elements of websites.
9-
* …the `containers.json` file of the [Firefox Multi-Account Containers][firefox-addon-multi-acc-cont] to persist the configured containers.
5+
- …the [`user.js`][mzkb-user.js] file to define and persist almost all preferences for a profile.
6+
- …the [`profiles.ini`][mzkb-profiles.ini] file to configure the name and path of the main profile `igloo`.
7+
- …the `ignore-dev-edition-profile` file (placed within the Firefox application data folder) to fix [Bugzilla bug 1098986][bugzilla-1098986] that causes Firefox Developer Edition to use the internal default profile regardless of whether another customized profile has been set as default.
8+
- …the `chrome` folder with the [`userChrome.css`][mzkb-userchrome.css] and [`userContent.css`][mzkb-usercontent.css] files to customize the Firefox UI components design and layout and elements of websites.
9+
- …the `containers.json` file of the [Firefox Multi-Account Containers][firefox-addon-multi-acc-cont] to persist the configured containers.
1010

1111
## Configurations
1212

@@ -46,16 +46,16 @@ touch ~/Library/Application\ Support/Firefox/ignore-dev-edition-profile
4646

4747
## References
4848

49-
* [ghacksuserjs/ghacks-user.js][] - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.
50-
* [pyllyukko/user.js][] - Firefox `user.js` configuration file for Mozilla Firefox designed to harden browser settings and make it more secure.
49+
- [ghacksuserjs/ghacks-user.js][] - An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting.
50+
- [pyllyukko/user.js][] - Firefox `user.js` configuration file for Mozilla Firefox designed to harden browser settings and make it more secure.
5151

5252
[bugzilla-1098986]: https://bugzilla.mozilla.org/show_bug.cgi?id=1098986
5353
[firefox]: https://www.mozilla.org/en-US/firefox
5454
[firefox-addon-multi-acc-cont]: https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers
5555
[firefox-dev-edition]: https://www.mozilla.org/en-US/firefox/developer
5656
[ghacksuserjs/ghacks-user.js]: https://github.com/ghacksuserjs/ghacks-user.js
57-
[gh-igloo-sb-ff-ignore-dev-profile]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/firefox/ignore-dev-edition-profile
58-
[gh-igloo-sb-ff-user.js]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/firefox/user.js
57+
[gh-igloo-sb-ff-ignore-dev-profile]: https://github.com/arcticicestudio/igloo/blob/master/snowblocks/firefox/ignore-dev-edition-profile
58+
[gh-igloo-sb-ff-user.js]: https://github.com/arcticicestudio/igloo/blob/master/snowblocks/firefox/user.js
5959
[google-font-source-code-pro]: https://fonts.google.com/specimen/Source+Code+Pro
6060
[mzkb-profiles.ini]: http://kb.mozillazine.org/Profiles.ini_file
6161
[mzkb-user.js]: http://kb.mozillazine.org/User.js_file

snowblocks/gpg/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ See the [references](#references) for more information and details.
6262

6363
**Fix failed IPC connection call on macOS**
6464

65-
* [gpg: can’t connect to the agent: IPC connect call failed][ref-blog-michaelheap-ipc-connect-fail]
66-
* [GNUPG bugtracker: “gpg-agent 2.1 socket and nfs /home“][ref-gnupg-bugtracker-t1752]
67-
* [How to configure GnuPG's S.gpg-agent socket location?]([ref-askubuntu-gpg-socket])
65+
- [gpg: can’t connect to the agent: IPC connect call failed][ref-blog-michaelheap-ipc-connect-fail]
66+
- [GNUPG bugtracker: “gpg-agent 2.1 socket and nfs /home“][ref-gnupg-bugtracker-t1752]
67+
- [How to configure GnuPG's S.gpg-agent socket location?]([ref-askubuntu-gpg-socket])
6868

6969
[gnupg]: https://www.gnupg.org
70-
[gh-igloo-snowblock-launchd]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/launchd
71-
[gh-igloo-snowblock-systemd]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/systemd
70+
[gh-igloo-snowblock-launchd]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/launchd
71+
[gh-igloo-snowblock-systemd]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/systemd
7272
[gocryptfs]: https://github.com/rfjakob/gocryptfs
7373
[ref-askubuntu-gpg-socket]: https://askubuntu.com/a/1053594
7474
[ref-blog-michaelheap-ipc-connect-fail]: https://michaelheap.com/gpg-cant-connect-to-the-agent-ipc-connect-call-failed

snowblocks/jetbrains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ JetBrains uses a [naming scheme for the folder all user configurations][intellij
4848
The base target folder name for the `clean` and `link` plugins must be updated after updating to a new product version. Next to this, the `clean` plugin should also keep the previous target paths to ensure they are cleaned up after updating.
4949

5050
[font-hack]: https://sourcefoundry.org/hack
51-
[gh-igloo-sb-jb-editor.xml]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/jetbrains/ooptions/editor.xml
51+
[gh-igloo-sb-jb-editor.xml]: https://github.com/arcticicestudio/igloo/blob/master/snowblocks/jetbrains/ooptions/editor.xml
5252
[goland]: https://www.jetbrains.com/go
5353
[google-font-source-code-pro]: https://fonts.google.com/specimen/Source+Code+Pro
5454
[intellij-doc-autoupdate]: https://www.jetbrains.com/help/idea/keep-product-up-to-date.html#manage_updates_manually

snowblocks/pip/requirements.iceowl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ virtualenv
2222
# +------+
2323

2424
# Required by the custom hooks of the "taskwarrior" snowblock to interact with Taskwarrior API.
25-
# See https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/taskwarrior for details.
25+
# See https://github.com/arcticicestudio/igloo/tree/master/snowblocks/taskwarrior for details.
2626
taskw

snowblocks/plank/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
* [dconf Configuration](#dconf-configuration)
2-
* [Autostart](#autostart)
1+
- [dconf Configuration](#dconf-configuration)
2+
- [Autostart](#autostart)
33

44
# dconf Configuration
55

@@ -21,11 +21,11 @@ The [xdg snowblock][gh-sb-xdg] provides host specific [autostart][gh-sb-xdg-auto
2121

2222
# References
2323

24-
* [Plank GitHub Repository][plank-gh]
24+
- [Plank GitHub Repository][plank-gh]
2525

26-
[config-dconf-gh]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/plank/plank.dconf
26+
[config-dconf-gh]: https://github.com/arcticicestudio/igloo/blob/master/snowblocks/plank/plank.dconf
2727
[dconf]: https://wiki.gnome.org/Projects/dconf
28-
[gh-sb-xdg]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/xdg
29-
[gh-sb-xdg-autostart]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/xdg/autostart
30-
[gh-sb-xdg-autostart-igloo]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/xdg/autostart/plank.desktop.igloo
28+
[gh-sb-xdg]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/xdg
29+
[gh-sb-xdg-autostart]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/xdg/autostart
30+
[gh-sb-xdg-autostart-igloo]: https://github.com/arcticicestudio/igloo/blob/master/snowblocks/xdg/autostart/plank.desktop.igloo
3131
[plank-gh]: https://github.com/ricotz/plank

snowblocks/systemd/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
* [Units](#units)
2-
* [Services](#services)
3-
* [igloosync-dropbox](#igloosync-dropbox)
4-
* [`gocryptfs` and `secret-tool` setup](#gocryptfs-and-secret-tool-setup)
5-
* [`libfuse` configuration](#libfuse-configuration)
1+
- [Units](#units)
2+
- [Services](#services)
3+
- [igloosync-dropbox](#igloosync-dropbox)
4+
- [`gocryptfs` and `secret-tool` setup](#gocryptfs-and-secret-tool-setup)
5+
- [`libfuse` configuration](#libfuse-configuration)
66

77
# Units
88

@@ -16,8 +16,8 @@
1616
1717
The stored password must be assigned with the following attribute-value pair:
1818

19-
* attribute: `igloosync`
20-
* value: `dropbox`
19+
- attribute: `igloosync`
20+
- value: `dropbox`
2121

2222
To store the password run
2323

@@ -35,14 +35,14 @@ secret-tool lookup igloosync dropbox
3535

3636
[FUSE][fuse] ([libfuse][libfuse]) must be configured with the `/etc/fuse.conf` file to allow non-root users to specify the `allow_other` or `allow_root` mount options which overrides the security measure restricting file access to the filesystem owner, so that all users (including root) can access the files.
3737

38-
This is necessary to access the files of the mounted `gocryptfs` volume with applications that are run via `sudo`. It is used in the [pacman][snowblock-pacman] snowblock for the local package repository `bitfroest` which would throw a *Permission Denied* exception when running `pacman` (e.g. `sudo pacman -Sy`) if the volume is not mounted with the `gocryptfs -allow_other` option.
38+
This is necessary to access the files of the mounted `gocryptfs` volume with applications that are run via `sudo`. It is used in the [pacman][snowblock-pacman] snowblock for the local package repository `bitfroest` which would throw a _Permission Denied_ exception when running `pacman` (e.g. `sudo pacman -Sy`) if the volume is not mounted with the `gocryptfs -allow_other` option.
3939

4040
Please note that `libfuse` has a **[unresolved security bug][libfuse-secbug]** when using the `allow_other` mount option as [described in the official documentation][libfuse-sec], but is of **little concern if the filesystem is accessible only to the mounting user** which is the case since these are **dotfiles for a personal system**:
4141

4242
> No other user (including root) can access the contents of the mounted filesystem (though this can be relaxed by allowing the use of the `allow_other` and `allow_root` mount options in `/etc/fuse.conf`)
43-
>
43+
>
4444
> If you intend to use the allow_other mount options, be aware that FUSE has an unresolved [security bug][libfuse-secbug]: if the `default_permissions` mount option is not used, the results of the first permission check performed by the file system for a directory entry will be re-used for subsequent accesses as long as the inode of the accessed entry is present in the kernel cache - even if the permissions have since changed, and even if the subsequent access is made by a different user. This is of little concern if the filesystem is accessible only to the mounting user (which has full access to the filesystem anyway), but becomes a security issue when other users are allowed to access the filesystem (since they can exploit this to perform operations on the filesystem that they do not actually have permissions for).
45-
>
45+
>
4646
> This bug needs to be fixed in the Linux kernel and has been known since 2006 but unfortunately no fix has been applied yet. If you depend on correct permission handling for FUSE file systems, the only workaround is to use `default_permissions` (which does not currently support ACLs), or to completely disable caching of directory entry attributes.
4747
4848
[archwiki-keyring]: https://wiki.archlinux.org/index.php/GNOME/Keyring
@@ -52,4 +52,4 @@ Please note that `libfuse` has a **[unresolved security bug][libfuse-secbug]** w
5252
[libfuse]: https://github.com/libfuse/libfuse
5353
[libfuse-sec]: https://github.com/libfuse/libfuse#security-implications
5454
[libfuse-secbug]: https://github.com/libfuse/libfuse/issues/15
55-
[snowblock-pacman]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/pacman
55+
[snowblock-pacman]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/pacman

snowblocks/tilix/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
* [dconf Configuration](#dconf-configuration)
2-
* [Nord Color Scheme](#nord-color-scheme)
3-
* [Key Mappings](#key-mappings)
4-
* [tmux snowblock compatibility](#tmux-snowblock-compatibility)
5-
* [References](#references)
1+
- [dconf Configuration](#dconf-configuration)
2+
- [Nord Color Scheme](#nord-color-scheme)
3+
- [Key Mappings](#key-mappings)
4+
- [tmux snowblock compatibility](#tmux-snowblock-compatibility)
5+
- [References](#references)
66

77
# dconf Configuration
88

@@ -28,20 +28,20 @@ The [Nord Tilix][nord-tilix-gh] color scheme, included in the current [`tilix.dc
2828

2929
The key mappings
3030

31-
* *Scroll down* <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>Down</kbd>
32-
* *Scroll up* <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>Up</kbd>
31+
- _Scroll down_ <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>Down</kbd>
32+
- _Scroll up_ <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>Up</kbd>
3333

3434
have been disabled for compatibility reasons with the [tmux snowlbock][gh-sb-tmux]. It provides key mappings to resize panes via <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠨</kbd><kbd>🠩</kbd><kbd>🠪</kbd><kbd>🠫</kbd> which key press events are catched by the Tilix efault terminal scroll key mappings.
3535

3636
# References
3737

38-
* [Official Tilix Website][tilix]
39-
* [Tilix GitHub Repository][tilix-gh]
38+
- [Official Tilix Website][tilix]
39+
- [Tilix GitHub Repository][tilix-gh]
4040

41-
[config-dconf-gh]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/tilix/config.dconf
41+
[config-dconf-gh]: https://github.com/arcticicestudio/igloo/blob/master/snowblocks/tilix/config.dconf
4242
[dconf]: https://wiki.gnome.org/Projects/dconf
4343
[nord-tilix-aur]: https://aur.archlinux.org/packages/nord-tilix
4444
[nord-tilix-gh]: https://github.com/arcticicestudio/nord-tilix
4545
[tilix]: https://gnunn1.github.io/tilix-web
4646
[tilix-gh]: https://github.com/gnunn1/tilix
47-
[gh-sb-tmux]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/tmux
47+
[gh-sb-tmux]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/tmux

snowblocks/tmux/README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
* [Configuration](#configuration)
2-
* [24-bit "True Color" Support](#24-bit-true-color-support)
3-
* [Automatic tpm Installation](#automatic-tpm-installation)
4-
* [Key Mappings](#key-mappings)
5-
* [Development](#development)
6-
* [Manual Plugin Loading](#manual-plugin-loading)
1+
- [Configuration](#configuration)
2+
- [24-bit "True Color" Support](#24-bit-true-color-support)
3+
- [Automatic tpm Installation](#automatic-tpm-installation)
4+
- [Key Mappings](#key-mappings)
5+
- [Development](#development)
6+
- [Manual Plugin Loading](#manual-plugin-loading)
77

88
# Configuration
99

1010
## 24-bit "True color" Support
1111

12-
[tmux][tmux] supports 24-bit *True color* since version [2.2][tc-version].
12+
[tmux][tmux] supports 24-bit _True color_ since version [2.2][tc-version].
1313

14-
To check if tmux has been compiled with *True color* support start `tmux` and run
14+
To check if tmux has been compiled with _True color_ support start `tmux` and run
1515

1616
```sh
1717
tmux info | grep Tc
1818
```
1919

20-
If the output is `Tc: (flag) true` tmux supports *True color*, otherwise the output will be `Tc: [missing]`.
20+
If the output is `Tc: (flag) true` tmux supports _True color_, otherwise the output will be `Tc: [missing]`.
2121

2222
The 24-bit colors can be tested by run this inside tmux:
2323

@@ -37,17 +37,17 @@ awk 'BEGIN{
3737
}'
3838
```
3939

40-
If the line looks "stepwise" tmux does not use 24-bit *True color*:
40+
If the line looks "stepwise" tmux does not use 24-bit _True color_:
4141

42-
![](https://raw.githubusercontent.com/arcticicestudio/igloo/develop/snowblocks/tmux/assets/scrot-doc-tc-support-disabled.png)
42+
![](https://raw.githubusercontent.com/arcticicestudio/igloo/master/snowblocks/tmux/assets/scrot-doc-tc-support-disabled.png)
4343

4444
Otherwise the line should have smooth transitions:
4545

46-
![](https://raw.githubusercontent.com/arcticicestudio/igloo/develop/snowblocks/tmux/assets/scrot-doc-tc-support-enabled.png)
46+
![](https://raw.githubusercontent.com/arcticicestudio/igloo/master/snowblocks/tmux/assets/scrot-doc-tc-support-enabled.png)
4747

4848
The `$TERM` environment variable is important for tmux as described in the official [tmux FAQ][tmux-faq]. The variable must be initialized with a terminal that supports 256 colors (`*-256color`). More information about 24-bit color terminal support can be found in the [ArchWiki][archw-24bit].
4949

50-
If the terminal supports *True color* the `terminal-overrides` option must be set in the `~/.tmux.conf` file for the `$TERM` value and the *True color* `Tc` tmux flag:
50+
If the terminal supports _True color_ the `terminal-overrides` option must be set in the `~/.tmux.conf` file for the `$TERM` value and the _True color_ `Tc` tmux flag:
5151

5252
```sh
5353
set-option -ga terminal-overrides ",xterm-256color:Tc"
@@ -57,7 +57,7 @@ This will reflect the actual `$TERM` outside of tmux and enables full compatibil
5757

5858
For other terminals, replace `xterm-256color` with the relevant terminal type, stored in `$TERM`, **including the important `Tc` terminfo extension flag!**.
5959

60-
See the *tmux(1)* man page for details about the `Tc` [terminfo][terminfo] extension.
60+
See the _tmux(1)_ man page for details about the `Tc` [terminfo][terminfo] extension.
6161

6262
## Automatic tpm Installation
6363

@@ -74,26 +74,26 @@ After cloning the tpm repository the [plugin installer helper script][tpm-bin-pl
7474
7575
## Split windows
7676
77-
* Horizontal: <kbd>Prefix</kbd> - <kbd>h</kbd>
78-
* Vertical: <kbd>Prefix</kbd> - <kbd>v</kbd>
77+
- Horizontal: <kbd>Prefix</kbd> - <kbd>h</kbd>
78+
- Vertical: <kbd>Prefix</kbd> - <kbd>v</kbd>
7979
8080
## Switch windows
8181
82-
* Switch to previous window: <kbd>Prefix</kbd> - <kbd>Shift</kbd> + <kbd>🠨</kbd>
83-
* Switch to next window: <kbd>Prefix</kbd> - <kbd>Shift</kbd> + <kbd>🠪</kbd>
82+
- Switch to previous window: <kbd>Prefix</kbd> - <kbd>Shift</kbd> + <kbd>🠨</kbd>
83+
- Switch to next window: <kbd>Prefix</kbd> - <kbd>Shift</kbd> + <kbd>🠪</kbd>
8484
8585
## Resize panes
8686
87-
* Resize left: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠨</kbd>
88-
* Resize right: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠪</kbd>
89-
* Resize up: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠩</kbd>
90-
* Resize down: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠫</kbd>
87+
- Resize left: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠨</kbd>
88+
- Resize right: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠪</kbd>
89+
- Resize up: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠩</kbd>
90+
- Resize down: <kbd>Prefix</kbd> - <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>🠫</kbd>
9191
9292
Please read the documentation of the [Tilix][gh-sb-tilix] snowblock about the [compatibility with the tmux key mappings][gh-sb-tilix-keymap-tmux-comp].
9393
9494
## Synchronize typing between panes
9595
96-
* Toggle typing synchronization: <kbd>Prefix</kbd> - <kbd>e</kbd>
96+
- Toggle typing synchronization: <kbd>Prefix</kbd> - <kbd>e</kbd>
9797
9898
# Development
9999
@@ -107,12 +107,12 @@ run-shell ~/.tmux/plugins/nord-tmux/nord.tmux
107107
108108
[archw-24bit]: https://wiki.archlinux.org/index.php/Tmux#24-bit_color
109109
[faq]: https://github.com/tmux/tmux/wiki/FAQ#what-is-term-and-what-does-it-do
110-
[gh-sb-tilix]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/tilix
111-
[gh-sb-tilix-keymap-tmux-comp]: https://github.com/arcticicestudio/igloo/tree/develop/snowblocks/tilix#tmux-snowblock-compatibility
110+
[gh-sb-tilix]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/tilix
111+
[gh-sb-tilix-keymap-tmux-comp]: https://github.com/arcticicestudio/igloo/tree/master/snowblocks/tilix#tmux-snowblock-compatibility
112112
[ghg-truecolor]: https://gist.github.com/XVilka/8346728
113113
[tc-version]: https://github.com/tmux/tmux/commit/427b8204268af5548d09b830e101c59daa095df9
114114
[terminfo]: https://en.wikipedia.org/wiki/Terminfo
115115
[tmux]: https://tmux.github.io
116116
[tpm-gh]: https://github.com/tmux-plugins/tpm
117117
[tpm-autoinstall]: https://github.com/tmux-plugins/tpm/blob/master/docs/automatic_tpm_installation.md
118-
[tpm-bin-plugin-installer]: https://github.com/tmux-plugins/tpm/blob/master/bin/install_plugins
118+
[tpm-bin-plugin-installer]: https://github.com/tmux-plugins/tpm/blob/master/bin/install_plugins

snowblocks/tmux/tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Repository: https://github.com/arcticicestudio/igloo
66
# License: MIT
77
# References:
8-
# https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/tmux/README.md
8+
# https://github.com/arcticicestudio/igloo/blob/master/snowblocks/tmux/README.md
99

1010
#+-----------+
1111
#+ Bootstrap +

0 commit comments

Comments
 (0)