My ‘dotfiles’, primarly KDE Neon (“≈Ubuntu”), VIM, …. I use git clone --bare for managing dotfiles.
Go to file
2024-02-19 20:37:09 +01:00
.bash 🔤 🐛 .XCompose, .inputrc 2024-02-19 16:19:55 +01:00
.config add bin (scripts) 2024-02-19 20:37:09 +01:00
.mozilla Firefox and KDE Neon 2024-02-19 15:36:59 +01:00
.newsboat Replace links 2024-02-19 16:08:48 +01:00
.ssh Replace links 2024-02-19 16:08:48 +01:00
.vim Update missing linked files 2024-02-19 16:12:23 +01:00
bin add bin (scripts) 2024-02-19 20:37:09 +01:00
Obrázky/Bing Image Of The Day Update missing linked files 2024-02-19 16:12:23 +01:00
.bashrc Replace links 2024-02-19 16:08:48 +01:00
.gitconfig Replace links 2024-02-19 16:08:48 +01:00
.gitmodules Add dependency complete-alias 2024-02-18 12:27:40 +01:00
.inputrc Replace links 2024-02-19 16:08:48 +01:00
.profile Replace links 2024-02-19 16:08:48 +01:00
.tridactylrc Replace links 2024-02-19 16:08:48 +01:00
.vimrc Replace links 2024-02-19 16:08:48 +01:00
.XCompose Replace links 2024-02-19 16:08:48 +01:00
LICENSE Initial commit 2024-02-16 21:26:56 +01:00
README.md Revert "🔤 🐛" 2024-02-19 15:48:52 +01:00

git3moji–v1.0

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.

Files overview

On a new machine

  1. install git
  2. cd ~
  3. gd_branch=main
  4. git clone --bare --branch $gd_branch --depth 1 --recurse-submodules --shallow-submodules git@jaandrle.cz: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

KDE Neon