Coder Social home page Coder Social logo

dotfiles's Introduction

Hello, I am Bodo Tasche ๐Ÿ‘‹

I am a freelance full stack developer and love HTML5, testing, TypeScript, React(Native), Ruby and Elixir. In the last 20 years I have been in lots of different roles, from Java to Elixir, from backend developer at a 3 people team in an early phase startup to the CTO of a web agency.

Currently focusing on Ruby/Elixir on the backend and React/React Native/Lit/Svelte on the frontend.

Need help developing your MVP or to add new features into your current app? Need a CTO or a front/backend developer for hire? Send me an email.

Bodo Tasche's twitter Bodo Tasche's LinkedIn

bodo.tasche.me

dotfiles's People

Contributors

bitboxer avatar ryanb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

Move to vagrant

  • Check out old packages.yml and figure out what is needed
  • Remove stuff from host mac
  • Document this
  • Add list with apps I install on the mac
  • Figure out how to deal with code, NFS mount is not ideal
  • install go
  • git-crypt

Add ~/.ssh/config

I have settings in ~/.ssh/config on my mac that need to be cloned to the vagrant box.

Add docker-compose

sudo curl -L https://github.com/docker/compose/releases/download/${version}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

tmux losses ssh key forward stuff

Sometimes tmux looses the ssh key forwarding. This fixes it:

function fix_ssh {
  eval $(tmux show-env -s |grep '^SSH_')
}

maybe I should investigate what is happening and why I need this ๐Ÿค”

gpg key agent

I want to remember the password for a couple of hours so that I don't have to reenter it all the time.

add terraform

curl -L "https://releases.hashicorp.com/terraform/${version}/terraform_${version}_linux_amd64.zip" -o terraform.zip
unzip -o terraform.zip
rm terraform.zip
chmod +x terraform

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.