Giter Site home page Giter Site logo

dotfiles_public's Introduction

To apply config to a new computer and test whether it works by runnning g ll (readable git log):

sudo apt-get install -y ruby git python

and then, after typing password and installing

mv ~/.bashrc ~/.default_and_replaced_bashrc # prepare for replacement with prepared one
cd ~/Desktop
git clone https://github.com/matkoniecz/my_public_dotfiles.git
cd my_public_dotfiles
ruby install.rb
exec bash
g ll

In VirtualBox install also what Guest Additions need + SSH support. For Lubuntu replacing featherpad with something more useful as a code editor is a good idea (see a longer discussion in my full ansible setup). Also, remove browser to avoid distractions.

sudo apt-get install -y gcc make perl
sudo apt install -y openssh-server
sudo apt-get -y remove featherpad
sudo apt-get -y install geany
sudo apt-get -y remove firefox
sudo rm /etc/xdg/autostart/upg-notifier-autostart.desktop # gets rid of demonic "Upgrade Notifier" popup
echo "mode:           off" > ~/.xscreensaver

Why exec bash? See here.

Windows

Open command line as an administrator because Windows is stupid.

Assumes that git and Ruby is installed (not directly installable via command line as Windows is still without built-in package manager accessible from the command line).

cd %HOMEPATH%\Documents
git clone https://github.com/matkoniecz/my_public_dotfiles.git
cd my_public_dotfiles
ruby install.rb

dotfiles_public's People

Contributors

matkoniecz avatar

Stargazers

Mæve Rey avatar

Watchers

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