mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
cc39068326974ff618c538137bc5cfc2e15c2d5e
Personal Dotfiles
Personal Dotfiles
See: https://www.atlassian.com/git/tutorials/dotfiles for an article explaining how this is managed.
Installation:
- Clone this repository into a "bare" repository in $HOME/.dotfiles
git clone --bare https://github.com/anthonyoteri/dotfiles.git $HOME/.dotfiles
- Define an alias in the current scope
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
- Checkout the actual content from the bare repository
config checkout
Note: The above command may fail with a message about untracked files being overwritten, you must manually handle these conflicts.
- Set the showUntrackedFiles flag on this specific repository to prevent ALL files from being shown as untracked
config config --local status.showUntrackedFiles no
Post installation tasks
Configuring NeoVIM
pacman -S neovim-plug
pip install neovim jade
vim + PlugInstall +PlugClean +gq
Languages
Nushell
59.3%
Lua
17.9%
CSS
11.1%
Shell
10.5%
Sass
1.2%