Skip to content

Instantly share code, notes, and snippets.

View berkeleynerd's full-sized avatar
:octocat:

Rebecca berkeleynerd

:octocat:
  • Reykjavik, Iceland
  • 14:28 (UTC -12:00)
View GitHub Profile
@berkeleynerd
berkeleynerd / setup.py
Created March 29, 2024 13:48 — forked from duggan/setup.py
OpenVoice updated setup.py for running on Apple Silicon with Python 3.11
from setuptools import setup
setup(name='MyShell-OpenVoice',
version='0.0.0',
description='Instant voice cloning by MyShell.',
long_description=open('README.md').read().strip(),
long_description_content_type='text/markdown',
keywords=[
'text-to-speech',
'tts',
@berkeleynerd
berkeleynerd / oh-my-zsh
Created July 27, 2022 23:34 — forked from dynax60/oh-my-zsh
Oh-my-zsh on OpenBSD
export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.0/packages/i386
$ sudo pkg_add -v zsh-4.3.12 git-1.7.6p0
$ chsh -s /usr/local/bin/zsh
$ git clone git://github.com/robbyrussell/oh-my-zsh.git
$ mv oh-my-zsh .oh-my-zsh
$ cp .oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
@berkeleynerd
berkeleynerd / instructions.md
Created April 12, 2022 11:40 — forked from 1ma/instructions.md
VSCode Ada Debugging
  1. Enable Allow breakpoints everywhere setting

  2. Install both the C/C++ and Language Support for Ada extensions from VSCode Marketplace.

  3. Add a .vscode/launch.json file to your project, adapting the "program" line as necessary:

{
   "version": "0.2.0",
 "configurations": [