Git Product home page Git Product logo

dotfiles's Introduction

dotfiles

This is a place to save (and possibly share) my configuration files for various programs

Feel free to copy/share whatever you like!

After cloning:

ln -s dotfiles/zsh/zsh_settings .zsh_settings
ln -s dotfiles/zsh/zsh_functions .zsh_functions
ln -s dotfiles/zsh/zsh_aliases .zsh_aliases
ln -s dotfiles/zsh/p10k.zsh .p10k.zsh

ln -s dotfiles/tmux.conf .tmux.conf

Don't forget to update the .zshrc accordingly with something like:

source ~/.zsh_aliases
source ~/.zsh_functions
source ~/.zsh_settings

tmux

Prerequisites

  1. tmux is installed ๐Ÿ™ƒ
  2. Install TPM
  3. Link the config to $HOME
  4. Start tmux and run the TPM install command (Leader + I)

zsh

See zsh readme for more details.

VS-Code

See vs-code readme for more details.

Other tools

Essentials

  • pyenv for python version management
  • bat to replace cat in the terminal

Notes

ssh

Github provides a way to use ssh over the https port which can be used to interact with Github repos using usual ssh setups (ssh-keys, [email protected] remotes, ...).

For this you have to add the following to your ssh config:

Host github.com
    Hostname ssh.github.com
    Port 443
    User git

This can be tested with ssh -T -p 443 [email protected]. If you are behind a proxy, add

    ProxyCommand nc -X connect -x PROXYHOST:PROXYPORT %h %p

to the host. nc also support authentification if necessary.

dotfiles's People

Contributors

kschweiger avatar schwko1 avatar

Watchers

 avatar  avatar

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.