dotfiles

My dotfiles

Stars
1

Dotfiles and Stuff

Pretty Alpha stuff here. Not suitable for general usage yet

Select your closes APT mirror first and then run

wget https://github.com/fbidu/dotfiles/archive/refs/heads/main.zip && unzip main.zip && mv dotfiles-main dotfiles

Design Constraints

In short: You must be able to pick a freshly installed Ubuntu system and run this.

This code is made to be executed with any off-the-shelf Linux Mint setup. That is the code does not rely on anything outside of Python's standard library. It does not even rely on git being already installed - hence the wget of an archive of the repo.

Whishlist

  • Update the whole system with aptitude
  • Install git
  • Install python build tools
  • Setup shell as ZSH
  • Install oh-my-zsh
  • Install powerline patched fonts
  • Install omzsh plugins
  • Setup pyenv
    • Python 3.9
    • Python 2.x
  • Install docker
    • Add user to docker group
  • Install docker-compose
  • Install aliases
  • Install DLSR as webcam drivers
  • Setup git
  • Install key-mapper and my settings

References

Heavily inspired on https://github.com/holman/dotfiles