Giter Club home page Giter Club logo

config-repo's Introduction

Miscellaneous Linux Configs

CopyQ

  • /copyq directory

  • Import ini file from the CopyQ UI.

  • Screenshot:

    Dump and load commands screenshot

Tilix

  • /tilix directory

  • Dump config to file (example):

    dconf dump /com/gexperts/Tilix/ > tilix.dconf
  • Load config from file (example):

    dconf load /com/gexperts/Tilix/ < tilix.dconf
  • Screenshot (Click for sauce)

    Dump and load commands screenshot

    Note: Custom background images may be missing

ZSH + Oh My ZSH

  • /zsh directory

  • Oh My ZSH custom settings location: /.oh-my-zsh/custom

  • Exported:

    • Oh My ZSH
      • Aliases
      • Shortcuts (may not work outside source PC)
      • Themes
  • .zshrc not exported because effort

  • Use theme minibash

    # Add this line to ~/.zshrc
    ZSH_THEME="minibash"

Visual Studio Code

  • /vscode directory

  • Default config locations:

    Config Subdirectory Location
    Keyboard Shortcuts keybindings ~/.config/Code/User/keybindings.json
    Settings N/A ~/.config/Code/User/settings.json
  • Subdirectories map to file names. File extensions are kept as is.

    Example: A file called 2022-10-10.json in the keybindings directory would be imported as keybindings.json into the ~/.config/Code/User/ directory

Neovim

  • /nvim directory
  • Default config location: ~/.config/nvim

Miscellaneous

  • /misc directory

  • Convenience tweaks and configs

  • Items:

    File Description Instructions
    disable-tap-drag.sh Disables the double-tap to drag gesture on touchpads (GNOME only) Execute the shell script as admin
    mpv.config Configurations for mpv that remove vertical tearing during playback Load the config file from the Celluloid UI
  • Screenshots:

    • Celluloid config:

      Dump and load commands screenshot

TODO

  • Automate the import/export process (simple shell script should do it)
  • Script to set up entire OS(?) so it's comfortable to use immediately

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.