Skip to content

My ‘dotfiles’, primarly TUXEDO OS (“≈Ubuntu”), VIM, …. I use `git clone --bare` for managing dotfiles.

License

Notifications You must be signed in to change notification settings

jaandrle/dotfiles

Repository files navigation

git3moji–v1.0 · source code on Gitea · mirrored on GitHub · older version on GitHub

dotfiles (WIP)

This repository contains my dotfiles. They are managed by using git clone --bare, see for example How to Store Dotfiles - A Bare Git Repository | Atlassian Git Tutorial.

Quick links

Files overview

On a new machine

  1. install git
  2. cd ~
  3. gd_branch=main (see also variants main-termux)
  4. git clone --bare --branch $gd_branch --depth 1 --recurse-submodules --shallow-submodules [email protected]:jaandrle/dotfiles.git ~/.dotfiles
  5. alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
  6. gitdotfiles config --local status.showUntrackedFiles no
  7. you may also need to use
    1. gitdotfiles reset (git-dotfiles reset --hard HEAD)
    2. gitdotfiles checkout -f
    3. gitdotfiles submodule update --init --recursive

PC log (cs)

Sekce obsahuje log změn v Tuxedo laptopu s KDE Neon.

TUXEDO OS (24.04.3 LTS / 2025-09-12)

  • git new setup (fresh install)

Old device

`{… cmd}$` explanation

This is mdexpr syntax. This document uses:

  • {use agenda with states=TODO,NEXT|DONE mdexpr}$

About

My ‘dotfiles’, primarly TUXEDO OS (“≈Ubuntu”), VIM, …. I use `git clone --bare` for managing dotfiles.

Topics

Resources

License

Stars

Watchers

Forks