Git Product home page Git Product logo

dotfiles_public's Introduction

These are my dotfiles.

Compatibility

They work with Debian 12. With a little bit of work (removing some packages from ~/.local/bin/install_scripts/install_packages.sh) they should also work under Ubuntu 22.04. Making them work under other distribution might require manual installation of packages (and if the system does not use systemd, then some more work).

Cloning the repo

To make everything work with almost no effort one might clone the repo, and then move the .git directory to their home directory.

git clone https://github.com/wdomitrz/dotfiles_public
mv dotfiles_public/.git ~/

Now you can checkout all the files, but before doing so, it is a good idea to check what will change.

git diff

Now, if you want, you can checkout all the files.

git checkout -- .

Or just the selected files.

git checkout -- <path_to_the_first_file> <path_to_the_second_file>

Installing

The main installation is done using ~/.local/bin/install_scripts/main.sh script. Just run the script.

Before you do it note that it will also remove some packages in script ~/.local/bin/install_scripts/clear_packages.sh. To avoid it, you can overwrite this script echo "" > ~/.local/bin/install_scripts/clear_packages.sh.

~/.local/bin/install_scripts/main.sh

dotfiles_public's People

Contributors

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