My ‘dotfiles’, primarly KDE Neon (“≈Ubuntu”), VIM, …. I use git clone --bare for managing dotfiles.
Go to file
2024-02-19 15:17:55 +01:00
.bash Updating bash-related files 2024-02-19 14:54:32 +01:00
.config Add git 2024-02-19 15:17:55 +01:00
.newsboat Add Newsboat 2024-02-19 15:14:34 +01:00
.ssh Added '.ssh' 2024-02-19 15:09:16 +01:00
.vim Vim – additional files and docs 2024-02-19 14:48:50 +01:00
.bashrc Add bash configs 2024-02-18 11:23:38 +01:00
.gitconfig Add git 2024-02-19 15:17:55 +01:00
.gitmodules Add dependency complete-alias 2024-02-18 12:27:40 +01:00
.inputrc Add bash configs 2024-02-18 11:23:38 +01:00
.profile Add bash configs 2024-02-18 11:23:38 +01:00
.vimrc 🎉 vim 2024-02-16 21:34:54 +01:00
.XCompose Updating bash-related files 2024-02-19 14:54:32 +01:00
LICENSE Initial commit 2024-02-16 21:26:56 +01:00
README.md Add git 2024-02-19 15:17:55 +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 (groups/info)

On a new machine

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