Git Product home page Git Product logo

dotfiles's People

Contributors

c-lliope avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

themangoemoji

dotfiles's Issues

[script] remove file and print contents

When I think I'm done with a file,
but I'm not sure what's in it,
I want to check the contents and remove it.

Maybe the script could also send the contents to the clipboard, so I can easily re-create the file if needed.

Use Docker for a portable dev environment

Starting point:

FROM ubuntu

RUN apt-get update -qq
RUN apt-get install -y software-properties-common

RUN apt-get install -y archlinux-keyring
RUN apt-get install -y git
RUN apt-get install -y wget
RUN apt-get install -y the_silver_searcher
RUN apt-get install -y tree
RUN apt-get install -y zsh zsh-syntax-highlighting
RUN apt-get install -y tmux
RUN add-apt-repository ppa:neovim-ppa/unstable &&\
      apt-get update &&\
      apt-get install -y neovim
RUN add-apt-repository ppa:martin-frost/thoughtbot-rcm &&\
      apt-get update &&\
      apt-get install -y rcm

RUN git clone https://github.com/graysonwright/dotfiles.git
RUN rcup

RUN mkdir /host
WORKDIR /host

# Add a ~/.env file in the home directory to set values such as the path.
# Add a single alias in the host that starts up the graysonwright/dev image
# and loads in the ~/.env file.

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.