Code Monkey home page Code Monkey logo

dotfiles's Introduction

Hi there ๐Ÿ‘‹, I'm Jan Pieper

  • ๐Ÿ  I live in ๐Ÿ‡ฉ๐Ÿ‡ช germany
  • ๐Ÿ’ป I work as Backend Developer for @sonnen
  • โค๏ธ I love working with Elixir and Erlang/OTP
  • ๐Ÿ’ก I am a supporting member of Erlang Ecosystem Foundation
  • โœˆ๏ธ I like traveling to ๐Ÿ‡ฉ๐Ÿ‡ฐ denmark, ๐Ÿ‡ซ๐Ÿ‡ฎ finland, ๐Ÿ‡ณ๐Ÿ‡ด norway and ๐Ÿ‡ธ๐Ÿ‡ช sweden
  • ๐ŸŽฎ I like playing computer games
  • โšฝ I am a fan and member of 1. FC Kรถln (german soccer club)
  • ๐Ÿ“ก I am interested in working with LoRaWAN and Zigbee

dotfiles's People

Contributors

janpieper avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

dotfiles's Issues

tree won't be installed

There are some other packages that contain tree in their name, so the function to detect if a package is installed (see below) doesn't work as expected...

Function

package_installed() {
  dpkg --list | grep "\b$1\b" &> /dev/null
}

Changing ^$1$ to \b$1\b doesn't feel better because some of my packages that needs to be installed (e.g. vim) aren't spelled as in the package manager or doesn't exist. Maybe I need to change this.

Example

$ dpkg -l | grep "\btree\b"
ii  libhtml-tree-perl                          5.03-2                                       all          Perl module to represent and create HTML syntax trees
ii  libxml-twig-perl                           1:3.48-1                                     all          Perl module for processing huge XML documents in tree mode
ii  tree                                       1.7.0-3                                      amd64        displays an indented directory tree, in color

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.