Skip to content

ghorsey/dotfiles

Repository files navigation

dotFiles Repository

This dotfiles repository currently supports:

  • Ubuntu Zsh
  • DevPods

Install on existing Linux Ubuntu system:

Prerequisites

  • Install zsh and set as the default shell

Setup

  1. Create a bare clone of the repo
git clone --bare [email protected]:ghorsey/dotfiles.git $HOME/.cfg
  1. Create the config alias.

bash/zsh

alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no

windows/powershell

function config { git --git-dir=$HOME/.cfg/ --work-tree=$HOME $args }
  1. Checkout the content of the bare repo
config checkout
  1. Run the setup script
~/setup

Use as a DevPod customization

  1. Set --dotfiles argument to this repository URL

Windows

  1. Install "Clang Compiler for Windows" via Visual Studio Installer

About

My dotfile setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published