PHLAK / dotfiles

My custom configuration files for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Custom Linux configuration files by, Chris Kankiewicz

Installation

Init script

curl -sSL https://phlak.link/dotfiles-init | bash

Manual installation

git clone --bare https://github.com/PHLAK/dotfiles.git ${HOME}/.dotfiles

alias dotfiles='git --git-dir=${HOME}/.dotfiles --work-tree=${HOME}'

dotfiles checkout

dotfiles config status.showUntrackedFiles no

dotfiles remote set-url origin git@github.com:PHLAK/dotfiles.git

source ${HOME}/.profile

About

My custom configuration files for Linux.


Languages

Language:Shell 100.0%