Giter VIP home page Giter VIP logo

dotfiles's Introduction

Install documentation

OS intended: Ubuntu (Debian based, with access to standard ppa), Guix

The main script currently works out of the batch, in a fresh Ubuntu installation.

  1. Clone the repository, git clone https://github.com/BuddhiLW/dotfiles.git;
  2. cd dotfiles;
  3. Execute main script: bash main.sh;

That’s it.

Feel free to issue any requests or issues, if you encounter trouble installing, from a Vanilla Ubuntu.

What the script does

It’s a cascade of bash scripts to install programs from source, or from Debian repositories (PPAs).

In the future, the script will work both from Ubuntu and Guix, with no need of telling in which system you are in. You could override the default to Guix, even if you are in Ubuntu, or any other system, though, imagining you want to try out the system-install, by using Guix.

#!/usr/bin/bash
UBUNTU=${uname-a | grep "Ubuntu"}

rm -rf $DOTFILES/gitthings
SC="$DOTFILES/scripts/"
cd $SC
bash ./setup/bk-dots
bash ./setup/init
bash ./install/main
fc-cache -vf
bash ./setup/link-config
bash ./setup/xmonad

echo "Congrats. If everything went well, you have the newest Buddhi WM installed."

To understand the motive of using the variable $UBUNTU, read my KEG node[fn:1].

Programs and dependencies

KEG

The Knowledge Exchange Graph is developed by =rwxrob=[fn:2]. I will resume it into a way to document yourself and exchange it with other people. It’s pretty net, fast and easy-to-use.

It’s where-with I document my thoughts and ideas.

It’s installed as such, after the go installation (in dotfiles/scripts/install/keg):

#!/bin/bash

go install github.com/rwxrob/keg/cmd/keg@latest

chmod a+rwx $HOME/.local/bin/keg

Pomodoro

Footnotes

[fn:1] 67 Creation of a bootstraping/ricing system [fn:2] https://github.com/rwxrob

dotfiles's People

Contributors

buddhilw avatar

Stargazers

 avatar

Watchers

 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.