Skip to content
/ GC Public

GC is not short for Garbage Collection, it's short for Gosin's Configurations for tools.

License

Notifications You must be signed in to change notification settings

Gosin/GC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56092db · May 19, 2024
May 19, 2024
Jul 3, 2020
Feb 22, 2020
Jul 19, 2018
Apr 11, 2018
Jun 28, 2021
May 19, 2018
May 8, 2024
Mar 3, 2019
May 8, 2024
Jul 3, 2021
Apr 6, 2019
Apr 18, 2017
May 8, 2024

Repository files navigation

Configurations for tools used by Gosin

Personal configuration

Rime

  • Copy rime/double_pinyin_flypy.schema.yaml to rime config directory to add 小鹤双拼.
  • Copy rime/default.custom.yaml to rime config directory to update input methods.

Emacs

  • Copy init.el , emacs-custom.el, and goer.el to default config directory~/.emacs.d/

  • Install packages for the first time.

    (custom-set-variables
    '(package-selected-packages
        '(org js2-mode yasnippet use-package org-mac-link org-notify scala-mode yaml-mode exec-path-from-shell magit flymake-shellcheck flycheck-ledger flycheck-clang-tidy flycheck-clang-analyzer flycheck command-log-mode which-key tree-sitter-langs tree-sitter lua-mode glsl-mode ob-rust htmlize pinentry cnfonts org-bullets helm paredit sml-mode ycmd solarized-theme rust-mode rainbow-delimiters markdown-mode company cmake-mode)))
    (package-initialize)
    (unless package-archive-contents
      (package-refresh-contents))
    (package-install-selected-packages)
    

GPG Configuration

Tmux

  • install tmux plugin manager. git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
    • Install resurrect and sensible plugins.

About

GC is not short for Garbage Collection, it's short for Gosin's Configurations for tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published