obsidian-git VS ohmyzsh

Compare obsidian-git vs ohmyzsh and see what are their differences.

obsidian-git

Backup your Obsidian.md vault with git (by denolehov)

ohmyzsh

๐Ÿ™ƒ A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. (by ohmyzsh)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
obsidian-git ohmyzsh
85 559
5,768 168,701
- 0.8%
8.5 9.5
9 days ago 1 day ago
TypeScript Shell
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

obsidian-git

Posts with mentions or reviews of obsidian-git. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • How to improve your GitHub vanity metrics FAST
    2 projects | dev.to | 29 Jan 2024
    In practice I write in Obsidian, the best thing since slice bread for me. And it was obsidian-git, running every 10 minutes or so, who was keeping my GitHub vanity metrics very green.
  • A structured note-taking app for personal use
    20 projects | news.ycombinator.com | 21 Dec 2023
    > Joplin is using md to.

    The way it's handled can make the difference in control.

    > by separating that in their DB, it's a big NO for me since it's a closed silo.

    Joplin is using a popular open database with a healthy community and good tooling. It's as open as markdown. Maybe not for you, when you lack the knowledge, but markdown is similar closed for anyone not understanding filesystems and editors.

    > This: https://github.com/blacksmithgu/obsidian-dataview works so wonderful for me

    Good for you, but that is very low level in terms of data-handling. Dataview is really just an elaborated search, there is no good level of interaction. Datacore, the next project of the Dataview is supposed to bring this, but it's not even usable yet AFAIK. Coincidental, the Obsidian-devs are also working on that front, but nothing is finished yet.

    > https://github.com/denolehov/obsidian-git and b) easy to fix since it's a text file. Gosh!

    That's useless when the app itself is not working. And even worse if you are not realizing the errors early.

    > Aha. I don't think so. Which authority says that?

    My own experience. I've tested enough plugins over the years to know their dark corners.

    > And even if It's like that, my markdown files would survive everything

    The thing is, technically you are not even having proper markdown, but a fork with some extensions of Obsidian. So some features of your parts might break when switching away from Obsidian. And the reason for all this is also because markdown is lacking definitions for what obsidian-people are doing with it. Coincidentally, this seems also one of the reasons why Joplin is using a database.

    > And gosh, this is a good thing!

    Not if they all suck.

    > Installing multiple task plugins shows that something is "broke" on the user side.

    Sure, because the plugins are lacking features, its the users fault... Maybe some users have just very different levels of requirements from you.

  • Need some help: Obsidian/Obsidian Git can't sync/push to remote โ€ข "fatal: bad object refs/heads" and "conflicting files"
    1 project | /r/github | 24 Sep 2023
    2 projects | /r/git | 24 Sep 2023
  • Obsidian 1.4.10 Desktop (Public)
    5 projects | news.ycombinator.com | 12 Sep 2023
    The Obsidian team uses the "remote vault" feature[1] to collaborate on making Obsidian. Since Obsidian runs on local files you could use any shared file storage like Dropbox. If you want more granular version history, you can use Git, there's a nice plugin for it[2].

    [1]: https://help.obsidian.md/Obsidian+Sync/Share+remote+vaults

    [2]: https://github.com/denolehov/obsidian-git

  • Show HN: Open-source obsidian.md sync server
    7 projects | news.ycombinator.com | 24 Aug 2023
    I've been using the main Obsidian git extension, https://github.com/denolehov/obsidian-git. Took some work to set it up ergnonomically but it works great now. I enabled auto-commit and push on save, and auto-pull when you start the editor. No merge conflicts yet between two machines.

    Should note I use Obsidian for a journal, so it's pretty much append-only.

  • A Side Effect of Storing a Git Repository in iCloud Drive
    1 project | dev.to | 10 Aug 2023
    I use Obsidian to create notes as Markdown files on my computer and use the Obsidian Git plugin to version control the changes via Git. The Obsidian vault in which I store my notes is stored in a folder synced using iCloud Drive.
  • Syncthing is causing battery drain. Any free alternatives?
    5 projects | /r/ObsidianMD | 5 Jul 2023
    Up to my knowledge, Obsidian GIT doesn't support merge on mobile. There is a different approach for handling those on mobile using Command Line, you can find more info in this post and this article.
  • I hate sync so much
    1 project | /r/ObsidianMD | 3 Jul 2023
    Plugin: https://github.com/denolehov/obsidian-git
  • Seeing Edit History of a note?
    3 projects | /r/ObsidianMD | 3 Jul 2023
    I am using Git for that. Here is the extension that might help. https://github.com/denolehov/obsidian-git

ohmyzsh

Posts with mentions or reviews of ohmyzsh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.
  • Terminal commands I use as a frontend developer
    4 projects | dev.to | 9 Mar 2024
    Thatโ€™s the minimum terminal setup. You can modify the look and add plugins such as autocompletion to your terminal by installing ohmyzsh and using themes such as powerlevel10k. I am already using them.
  • Zshell
    4 projects | news.ycombinator.com | 6 Mar 2024
    Somewhat related is "Oh My ZSH!" which is basically zsh on steroids, it's always one of the first things I install on a new computer. It gives things like new colors, themes, plugins, and more. Highly recommend you check it out.

    https://ohmyz.sh/

  • ohmyzsh VS atuin - a user suggested alternative
    2 projects | 22 Feb 2024
  • Oh My Zsh
    19 projects | news.ycombinator.com | 22 Jan 2024
  • Weird Color Stuff In The Terminal
    3 projects | dev.to | 1 Jan 2024
    I had just gone through a fun tutorial for setting up oh-my-zsh with a nice color scheme from iterm2colorschemes.com and a decent prompt and I was wondering: can I make my oblique strategy look nice? how can you actually use the colors from your scheme in the output in your cli?
  • Make Your Linux Terminal Enjoyable to Use
    3 projects | dev.to | 30 Dec 2023
    After this you going to visit Oh-My-Zsh which is where the magic will happen.
  • Using Linux Full-Time 2 years later
    3 projects | dev.to | 28 Dec 2023
    after automating my dotfiles, I want to automate my installations, after that I want to make my terminal easier to use so I add OMZ with many plugins, after that, I try to automate the backup of my setting on my Gnome but failed, then try using git-lfs for my big files but it turned out to be idiotic moves, bla bla bla many try and fail.
  • Enchula Mi Consola
    11 projects | dev.to | 19 Dec 2023
  • Pimp your CLI
    13 projects | dev.to | 19 Dec 2023
    ZShell is an alternative to bash a.k.a. "Bourne-Again SHell". It does everything that bash does and just like Tmux it is extensible via a healthy plugin ecosystem. By this point I hope you have already tried to run zsh on your terminal. At first it won't look like much has changed but with the right plugins this can become your best friend on the command line. The first thing we need to do is to install oh-my-zsh, a framework on top of zsh that manages configs, plugins, themes, and more.
  • 10 Must-Have Tools for Programmers
    3 projects | dev.to | 16 Dec 2023
    Download: https://ohmyz.sh/

What are some alternatives?

When comparing obsidian-git and ohmyzsh you can also consider the following projects:

syncthing-android - Wrapper of syncthing for Android.

oh-my-posh - The most customisable and low-latency cross platform/shell prompt renderer

longform - A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.

starship - โ˜„๐ŸŒŒ๏ธ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

Trilium Notes - Build your personal knowledge base with Trilium Notes

oh-my-bash - A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

orgzly-android - Outliner for taking notes and managing to-do lists

powerlevel10k - A Zsh theme

breadcrumbs - Add structured hierarchies to your Obsidian vault

oh-my-fish - The Fish Shell Framework

obsidian-extract-pdf-highlights - Extract highlights, underlines and annotations from your PDFs into Obsidian

spaceship-prompt - :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt