No description
Find a file
2018-12-13 17:18:54 +01:00
.bashrc.d neovim, dotfiles-install: Added an auto-install routine to the bashrc.d that downloads vim-plug for now 2018-12-07 00:46:11 +01:00
.dotfiles Initial commit. Added bashrc with alias for for the bare dotfiles git repo and a custom gitconfig for the dotfiles alias 2018-12-02 21:53:03 +01:00
.environment.d bashrc: checking if the environment is loaded before executing stuff that relies on it 2018-12-13 17:15:32 +01:00
.github README.md: put some more stuff in TODO 2018-12-13 17:18:54 +01:00
.bash_profile bash_profile: need to unset vars when sourcing files instead of executing 2018-12-13 17:11:02 +01:00
.bashrc bashrc: checking if the environment is loaded before executing stuff that relies on it 2018-12-13 17:15:32 +01:00
.gitconfig gitconfig: Made the graph command order by date 2018-12-09 19:26:39 +01:00

Gliech Dotfiles

Replication

git clone -n --config core.bare=true --separate-git-dir=$HOME/.dotgit git@github.com:gliech/dotfiles.git $(mktemp -d)
git --work-tree=$HOME --git-dir=$HOME/.dotgit reset HEAD
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout -b $HOSTNAME
git --work-tree=$HOME --git-dir=$HOME/.dotgit commit -am "Backed up pre-existing configs to local branch"
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout master

Untracked Configurations (TODO)

  • Firefox profile
  • Gnome Extensions
    • AWS EC2 SSH helper
    • Battery Status
    • Disable workspace switcher popup
    • Gsconnect (Warning für die ganzen optionalen Pakete, die das braucht)
    • Launch new instance
    • No topleft hot corner
    • Status area horizonzal spacing
    • Vitals

Missing Features (TODO)

  • Vim relative line numbering
  • unset all variables
  • fix the umask