Skip to content

Dotfiles and other configuration files in my home directory.

Notifications You must be signed in to change notification settings

MithicSpirit/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

664 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles and Configs

The dotfiles (or other forms of configuration) for applications I use or have used.

Install Guide

(In case I need to restore these and I forget how to)

git clone --bare https://github.com/MithicSpirit/dotfiles.git .homegit
git --git-dir=$HOME/.homegit --work-tree=$HOME checkout --force
# Restart zsh/fish, set up ssh, register with GitHub and GitLab. After the
# restart, because of aliases/abbreviations, you may also replace `git
# --git-dir=$HOME/.homegit --worktree=$HOME' with just `homegit'.
git --git-dir=$HOME/.homegit --work-tree=$HOME remote add backup git@gitlab.com:MithicSpirit/dotfiles.git
git --git-dir=$HOME/.homegit --work-tree=$HOME remote set-url origin git@github.com:MithicSpirit/dotfiles.git

Then, selectively execute scripts in ~/.local/etc/docs/setup.

Custom envvars

The ~/.profile_custom file is sourced by ~/.profile if it exists. It is intended that this file includes envvars for machine-specific configuration, such as information about the GPU.

These are the currently supported custom envvars:

  • REAL_GPU: Set to type of GPU if a discrete one exists (or none otherwise).
    • archimedes: amd
    • apollonius: none

About

Dotfiles and other configuration files in my home directory.

Topics

Resources

Stars

Watchers

Forks