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

https://github.com/jwillikers/sublime-merge-config

My settings for Sublime Merge
https://github.com/jwillikers/sublime-merge-config

config dotfiles git linux settings sublime-merge

Last synced: about 1 year ago
JSON representation

My settings for Sublime Merge

Awesome Lists containing this project

README

          

= Sublime Merge Config
Jordan Williams
:experimental:
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:just: https://github.com/casey/just[just]
:sublime-merge: https://www.sublimemerge.com/[Sublime Merge]

My settings for the {sublime-merge} application.

== Usage

Install these settings with the following instructions.

. Install {just} by following the instructions in the https://github.com/casey/just?tab=readme-ov-file#installation[installation section].

. Change to the project's directory.
+
[,sh]
----
cd sublime-merge-config
----

. Clone the repository.
+
[,sh]
----
git clone https://codeberg.org/jwillikers/sublime-merge-config.git
----

. Run `just` to install everything.
+
[,sh]
----
just
----

. On Fedora Atomic systems, reboot for the changes to take effect.
+
[,sh]
----
sudo systemctl reboot
----

== Code of Conduct

The project's Code of Conduct is available in the link:CODE_OF_CONDUCT.adoc[] file.

== License

This repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3], available in the link:LICENSE.adoc[] file.

== Copyright

© 2020-2024 Jordan Williams

== Authors

mailto:{email}[{author}]