Giter VIP home page Giter VIP logo

dotfiles's Introduction

Hi there ๐Ÿ‘‹


If you would like to get in contact with me, feel free to leave an issue on my personal GitHub repo!

dotfiles's People

Contributors

arran4 avatar arranmyob avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

dotfiles's Issues

`.gitconfig` diff tool

Search for kdiff3 on windows linux try a couple depending on env (maybe bin/diff it?)

[diff]
  tool = vimdiff3

shutter kde keys

[Data]
DataCount=1

[Data_1]
Comment=Comment
DataCount=3
Enabled=true
Name=shutter
SystemGroup=0
Type=ACTION_DATA_GROUP

[Data_1Conditions]
Comment=
ConditionsCount=0

[Data_1_1]
Comment=asdfasdf
Enabled=true
Name=Region screenshot
Type=SIMPLE_ACTION_DATA

[Data_1_1Actions]
ActionsCount=1

[Data_1_1Actions0]
CommandURL=/usr/bin/shutter -s
Type=COMMAND_URL

[Data_1_1Conditions]
Comment=
ConditionsCount=0

[Data_1_1Triggers]
Comment=Simple_action
TriggersCount=1

[Data_1_1Triggers0]
Key=Print
Type=SHORTCUT
Uuid={04f7455b-3a38-41ce-924e-b7225d4befb4}

[Data_1_2]
Comment=Comment
Enabled=true
Name=Window screenshot
Type=SIMPLE_ACTION_DATA

[Data_1_2Actions]
ActionsCount=1

[Data_1_2Actions0]
CommandURL=/usr/bin/shutter -a
Type=COMMAND_URL

[Data_1_2Conditions]
Comment=
ConditionsCount=0

[Data_1_2Triggers]
Comment=Simple_action
TriggersCount=1

[Data_1_2Triggers0]
Key=Ctrl+Print
Type=SHORTCUT
Uuid={030179c4-e76f-46f2-89fe-3346df307697}

[Data_1_3]
Comment=Comment
Enabled=true
Name=Screen screenshot
Type=SIMPLE_ACTION_DATA

[Data_1_3Actions]
ActionsCount=1

[Data_1_3Actions0]
CommandURL=/usr/bin/shutter -f
Type=COMMAND_URL

[Data_1_3Conditions]
Comment=
ConditionsCount=0

[Data_1_3Triggers]
Comment=Simple_action
TriggersCount=1

[Data_1_3Triggers0]
Key=Shift+Print
Type=SHORTCUT
Uuid={e38f0053-f99d-4c98-8156-7922b5089e9a}

[Main]
AllowMerge=false
Version=2

`.vimrc` w!! hack


" Allow saving of files when forgetting to start vim using sudo
cmap w!! w !sudo tee > /dev/null %

`.xinitrc`

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

ssh config

Host *
  UseKeychain yes
  AddKeysToAgent yes


     Compression
             Specifies whether to use compression.  The argument must be
             yes or no (the default).

     AddKeysToAgent
             Specifies whether keys should be automatically added to a
             running ssh-agent(1).  If this option is set to yes and a
             key is loaded from a file, the key and its passphrase are
             added to the agent with the default lifetime, as if by
             ssh-add(1).  If this option is set to ask, ssh(1) will
             require confirmation using the SSH_ASKPASS program before
             adding a key (see ssh-add(1) for details).  If this option
             is set to confirm, each use of the key must be confirmed,
             as if the -c option was specified to ssh-add(1).  If this
             option is set to no, no keys are added to the agent.
             Alternately, this option may be specified as a time
             interval using the format described in the TIME FORMATS
             section of sshd_config(5) to specify the key's lifetime in
             ssh-agent(1), after which it will automatically be removed.
             The argument must be no (the default), yes, confirm
             (optionally followed by a time interval), ask or a time
             interval.

     IdentitiesOnly
             Specifies that ssh(1) should only use the configured
             authentication identity and certificate files (either the
             default files, or those explicitly configured in the
             ssh_config files or passed on the ssh(1) command-line),
             even if ssh-agent(1) or a PKCS11Provider or
             SecurityKeyProvider offers more identities.  The argument
             to this keyword must be yes or no (the default).  This
             option is intended for situations where ssh-agent offers
             many different identities.


     VisualHostKey
             If this flag is set to yes, an ASCII art representation of
             the remote host key fingerprint is printed in addition to
             the fingerprint string at login and for unknown host keys.
             If this flag is set to no (the default), no fingerprint
             strings are printed at login and only the fingerprint
             string will be printed for unknown host keys.


Github:

     IdentitiesOnly
             Specifies that ssh(1) should only use the configured
             authentication identity and certificate files (either the
             default files, or those explicitly configured in the
             ssh_config files or passed on the ssh(1) command-line),
             even if ssh-agent(1) or a PKCS11Provider or
             SecurityKeyProvider offers more identities.  The argument
             to this keyword must be yes or no (the default).  This
             option is intended for situations where ssh-agent offers
             many different identities.




TODO

Safely load secrets depending on environment

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.