Giter Club home page Giter Club logo

dotfiles's Introduction

My dotfiles

My dotfiles

Repositories

  • Nvidia
sudo add-apt-repository ppa:graphics-drivers/ppa
  • Ulauncher
sudo add-apt-repository ppa:agornostal/ulauncher
  • Löve
sudo add-apt-repository ppa:bartbes/love-stable
  • Ansible
sudo add-apt-repository ppa:ansible/ansible
  • Git
sudo add-apt-repository ppa:git-core/ppa
  • Nginx
sudo add-apt-repository ppa:nginx/stable
  • PHP
sudo add-apt-repository ppa:ondrej/php
  • Docker

docker-ce

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0EBFCD88
sudo add-apt-repository "deb https://download.docker.com/linux/ubuntu bionic stable"

docker-compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Linux-x86_64" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
  • Vagrant
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com AD319E0F7CFFA38B4D9F6E55CE3F3DE92099F7A4
sudo add-apt-repository "deb http://vagrant-deb.linestarve.com/ any main"
  • PostgreSQL
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ACCC4CF8
sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main"
  • YandexDisk
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com EFC4571D7C90E5AF
sudo add-apt-repository "deb http://repo.yandex.ru/yandex-disk/deb/ stable main"
  • MariaDB
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8
sudo add-apt-repository "deb http://mirror.timeweb.ru/mariadb/repo/10.4/ubuntu bionic main"
  • Notepadqq
sudo add-apt-repository ppa:notepadqq-team/notepadqq
  • Node.js
curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb https://deb.nodesource.com/node_10.x bionic main"

dotfiles's People

Contributors

corpsee avatar

Stargazers

 avatar  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.