eliaskanelis / .dotfiles

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elias's personal dotfiles

Dependencies

  1. GNU Stow
  2. Git

Installation

Private Gitea server

WARNING!!! You do not have access to this server. Use the github mirror instead.

git clone --recurse-submodules git@kentavros.lan:tedi/.dotfiles.git ~/sync/

Github mirror

This is a publicly available mirror.

git clone git@github.com:eliaskanelis/.dotfiles.git ~/sync/

then manually fix any private gitea related git submodules with the Github equivalent.

git submodule init
git submodule update

Installing apps

For each program that has an available seperate install script run its script.

cd ~/sync/.dotfiles
./install_xxx

where xxx is the program.

Crontab

Install tasks for cron.

./crontabFile

Linkage

cd ~/sync/.dotfiles
./link

License

GPL3 © Kanelis Elias

About

My personal dotfiles

License:GNU General Public License v3.0


Languages

Language:CSS 53.2%Language:Shell 37.7%Language:C++ 5.8%Language:Python 3.2%Language:GDB 0.0%Language:Makefile 0.0%