mlcdf / dotfiles

My ~/.dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Dotfiles for my Linux machines.

I am distro jumping a lot, so I try to keep this repository as simple as possible.

The good stuff

  • Python!
  • /files/bin/backup-desktop.py and files/bin/backup-saas.py respectively backs up my desktop computer and personal data from SAAS/websites I use.
  • /lib contains my personal Python library (symlinked to site-packages at install).

Usage

After configuring the SSH keys, run:

sudo apt update && sudo apt install -y git && git clone git@github.com:mlcdf/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && python3 install.py

An .extra file in the $HOME can be use to put things that shouldn't be commited (This file will be source by the .bashrc).

License

This project is licensed under the MIT license – see the LICENSE file for details.

About

My ~/.dotfiles

License:MIT License


Languages

Language:Python 53.9%Language:Go 35.7%Language:Shell 4.8%Language:CSS 4.1%Language:Vim Script 1.5%