Stringy / configs

Just some dotfiles...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config files.

Quickstart

/bin/bash <(curl -fsSL https://raw.githubusercontent.com/Stringy/configs/main/.stringy/setup.sh)

Slowstart

Uses a bare repo method to store these and check them out properly (as detailed here: https://www.atlassian.com/git/tutorials/dotfiles)

For new systems:

$ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
$ echo ".cfg" >> .gitignore
$ git clone --bare <git-repo-url> $HOME/.cfg
$ config checkout
$ config config --local status.showUntrackedFiles no

If upon calling config checkout you end up with errors, back up the reported files, or remove them.

Then add files or modifications as necessary:

$ config add .zshrc
$ config commit -m 'Message'
$ config push

About

Just some dotfiles...


Languages

Language:Vim Script 64.0%Language:Shell 18.9%Language:Lua 15.6%Language:Python 1.4%Language:GDB 0.1%