Giter VIP home page Giter VIP logo

dotfiles's Introduction

Dotfiles

This repository provides a bunch of config files and a couple of scripts for maintaining my personal computers. Feel free to adapt what you see to your own configs.

INSTALL ALL (?)

This script will do quite a few things, primarily in regard of installing necessary applications. But there are some things to do manually, though.

Install mandatory programmes

pacman -S lsb-release curl wget git sudo

Make sure, the mirrorlists are up to date to download in an ape-shit-crazy-fast manner.

Add a user and a group

groupadd <INITIAL-GROUP> useradd -m -g <INITIAL-GROUP> -G <additional-groups> -s <login_shell> <username> su -l <username>

Download the repo

wget https://raw.githubusercontent.com/hringriin/dotfiles/master/getRepo.bash cd ~/Repositories/github.com/hringriin/dotfiles/repo/ ./install-all.bash

Things that do not work (yet)

  • updateting and initialising submodules in this repo in the install script
  • yay does not use the list it was fed. it seems, that it needs to install every package one by one (like packer needed to as well)
  • rubygems were not installed beforehand, so tmuxinator failed to install and looped infinitely
  • manually set theme with lxappearance
  • adding the [herecura] repository to pacman.conf
  • the mutt install script will not work until the gpg keys are imported
  • un-fuck the install sequence. texlive and that shit.
    • make clear what needs to be installed before the script itself can start
  • crontabs ?
    • add systemd entries to install script
  • install pacman-contrib before pacmatic.

dotfiles's People

Contributors

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