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
- Host: GitHub
- URL: https://github.com/jwillikers/sublime-merge-config
- Owner: jwillikers
- License: other
- Archived: true
- Created: 2021-01-03T17:56:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T13:49:24.000Z (over 1 year ago)
- Last Synced: 2025-04-06T21:52:14.363Z (over 1 year ago)
- Topics: config, dotfiles, git, linux, settings, sublime-merge
- Language: Just
- Homepage: https://codeberg.org/jwillikers/sublime-merge-settings
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
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}]