Code Monkey home page Code Monkey logo

blackhole-theme-sublime's Introduction

BLACKH⚫LE Theme for Sublime Text 3/4

Screenshots

Screenshot

Install

macOS

Open Terminal.app and do:

curl -OL# https://kaos.sh/blackhole-theme-sublime.tar.gz && \
  tar xzf blackhole-theme-sublime.tar.gz && \
  cp blackhole-theme-sublime-master/*.sublime-* "$HOME/Library/Application Support/Sublime Text/Packages/User/" && \
  cp blackhole-theme-sublime-master/*.tmPreferences "$HOME/Library/Application Support/Sublime Text/Packages/User/" && \
  rm -rf blackhole-theme-sublime*

Windows

Press Win+R, type powershell and press Enter. Then do:

Invoke-WebRequest -Uri "https://kaos.sh/blackhole-theme-sublime.zip" -OutFile blackhole-theme-sublime.zip
Expand-Archive -LiteralPath blackhole-theme-sublime.zip -DestinationPath .
Copy-Item -Path blackhole-theme-sublime-master\*.sublime-* -Destination "$HOME\AppData\Roaming\Sublime Text\Packages\User\"
Copy-Item -Path blackhole-theme-sublime-master\*.tmPreferences -Destination "$HOME\AppData\Roaming\Sublime Text\Packages\User\"
Remove-Item blackhole-theme-sublime* -Recurse
mkdir -p "$(bat --config-dir)/syntaxes" && cd "$(bat --config-dir)/syntaxes" && \
  curl -ZL --max-redirs 3 --parallel-max 5 --remote-name-all \
  https://kaos.sh/blackhole-theme-sublime/bibop-recipe.sublime-syntax \
  https://kaos.sh/blackhole-theme-sublime/knf.sublime-syntax \
  https://kaos.sh/blackhole-theme-sublime/rpm-spec.sublime-syntax \
  https://kaos.sh/blackhole-theme-sublime/ansible.sublime-syntax \
  https://kaos.sh/blackhole-theme-sublime/rbdef.sublime-syntax

mkdir -p "$(bat --config-dir)/themes" && cd "$(bat --config-dir)/themes" && \
  curl -ZL --max-redirs 3 --remote-name-all \
  https://kaos.sh/blackhole-theme-sublime/BLACKHOLE.tmTheme

bat cache --build && echo "--theme=BLACKHOLE" >> $(bat --config-file) && cd ~

License

Apache License, Version 2.0

blackhole-theme-sublime's People

Contributors

andyone avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

venithnet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.