All Projects → S1ngS1ng → Dotfiles

S1ngS1ng / Dotfiles

🤔Config files, Webstorm and Vim dark theme🌚

Projects that are alternatives of or similar to Dotfiles

Idea One Dark Theme
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
Stars: ✭ 971 (+861.39%)
Mutual labels:  dark-theme, intellij, webstorm
Night Owl Jetbrains
Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode 🌓
Stars: ✭ 276 (+173.27%)
Mutual labels:  intellij, webstorm
one-themes
One Dark and One Light Themes
Stars: ✭ 14 (-86.14%)
Mutual labels:  dark-theme, intellij
Svelte Intellij
Svelte components in WebStorm and friends
Stars: ✭ 345 (+241.58%)
Mutual labels:  intellij, webstorm
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-69.31%)
Mutual labels:  intellij, webstorm
jetbrains-theme
🎨 A modern, productivity-increaser theme for all JetBrains IDEs
Stars: ✭ 108 (+6.93%)
Mutual labels:  intellij, webstorm
Intellij Idea Tutorial
IntelliJ IDEA 简体中文专题教程
Stars: ✭ 19,071 (+18782.18%)
Mutual labels:  intellij, webstorm
intellij-one-dark
One Dark syntax theme for JetBrains IDEs
Stars: ✭ 69 (-31.68%)
Mutual labels:  dark-theme, intellij
Ts Monorepo
Template for setting up a TypeScript monorepo
Stars: ✭ 459 (+354.46%)
Mutual labels:  intellij, webstorm
Intellij Jvm Options Explained
Common JVM options used with Intellij and what they do
Stars: ✭ 636 (+529.7%)
Mutual labels:  intellij, webstorm
Js Graphql Intellij Plugin
GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
Stars: ✭ 686 (+579.21%)
Mutual labels:  intellij, webstorm
intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-70.3%)
Mutual labels:  intellij, webstorm
jetbrains-utility
Remove/Backup – settings & cli for macOS (OS X) – DataGrip, AppCode, CLion, Gogland, IntelliJ, PhpStorm, PyCharm, Rider, RubyMine, WebStorm
Stars: ✭ 62 (-38.61%)
Mutual labels:  intellij, webstorm
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (-74.26%)
Mutual labels:  intellij, webstorm
ReactPropTypes-Plugin
A Jetbrains Plugin for react PropTypes
Stars: ✭ 62 (-38.61%)
Mutual labels:  intellij, webstorm
Intellij Elm
Elm language support for IntelliJ, WebStorm, PhpStorm and PyCharm (JetBrains)
Stars: ✭ 305 (+201.98%)
Mutual labels:  intellij, webstorm
Intellij Csv Validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Stars: ✭ 198 (+96.04%)
Mutual labels:  intellij, webstorm
react-css-modules-intellij-plugin
React CSS Modules support in IntelliJ IDEA and WebStorm for components written in JavaScript and TypeScript.
Stars: ✭ 41 (-59.41%)
Mutual labels:  intellij, webstorm
Intellij Plugin Save Actions
Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
Stars: ✭ 440 (+335.64%)
Mutual labels:  intellij, webstorm
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-83.17%)
Mutual labels:  intellij, webstorm

一些配置文件

vim 配置文件

Chinese English

我使用的字体(4/14/2019 更新)

使用 Ligaturizer build 的 LigaMonaco,包含两个版本:

预览

LigaMonaco

Webstorm

安装方法:点我

预览

HTML

HTML

JavaScript

JavaScript

CSS

CSS

更多

AngularJS TypeScript Lua (需要引入 Lua 插件 Sass

安装

  1. 下载 Webstorm-2016-10-23.jar
  2. 在 WebStorm 中,选择 File -> Import Settings,导入下载好的 .jar 文件
  3. 打开 WebStorm -> Preferences -> Plugins -> Browse Repositories,搜索 Material Theme UI 并安装
    • 如果安装不成功,点 这里 下载然后手动安装
  4. 重启 WebStorm,完成安装
    • 非 Mac 用户可能还需要些后续设置,点这里

自定义 Template

触发方式:输入关键字后按 Tab

  • JavaScript
    • desc, it 可以在测试文件中添加 describeit block
      • describe 的光标默认在引号之间,再按 Tab 可以跳至 functiondescribe

      • it 光标默认在 should 后,再按 Tab 可跳至 function

        it

  • Lua
    • --- 可以插入注释块
  • 全局
    • :alt, :cmd, :ctrl 以及 :shift :up 等可以快速插入 Mac 键位图标 (Unicode编码)

      MacKey

注意事项

Windows 和 Linux 用户可能还需要以下设置:

  • 我的默认字体是 Menlo,如果出现字体兼容性问题,在 WebStorm -> Preferences -> Editor -> Colors & Fonts -> Font 里面把 Primary font 改成可以兼容的字体
  • 我的默认键位是 Mac 键位,如果用在其他系统上,需要在 WebStorm -> Preferences -> Keymap -> Keymaps 里面改成系统对应的选项
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].