https://github.com/p403n1x87/dotfiles
Just my dotfiles
https://github.com/p403n1x87/dotfiles
Last synced: 3 months ago
JSON representation
Just my dotfiles
- Host: GitHub
- URL: https://github.com/p403n1x87/dotfiles
- Owner: P403n1x87
- Created: 2019-12-22T12:23:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T14:38:47.000Z (over 3 years ago)
- Last Synced: 2025-03-26T08:47:56.260Z (7 months ago)
- Language: Vim script
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
Clone this repository into a local bare one with
~~~ shell
git clone --bare $HOME/.dotfiles.git
~~~then source the `.dotfiles` file inside it.
If starting from scratch, define the following alias/function
~~~ bash
function dotfiles {
/usr/bin/git --git-dir=$DOTFILES_REPO --work-tree=$HOME $@
}
~~~and then issue
~~~ bash
git init --bare $HOME/.dotfiles.git
dotfiles config --local status.showUntrackedFiles no
~~~