2022-02-04 08:45:19 -05:00
2022-02-04 08:26:03 -05:00
2022-02-04 08:28:07 -05:00
2022-02-04 08:28:40 -05:00
2022-02-04 08:25:31 -05:00
2022-02-03 14:21:12 -05:00
2022-02-04 08:45:19 -05:00
2022-02-03 14:49:36 -05:00
2022-02-03 14:21:12 -05:00
2022-02-04 08:25:31 -05:00
2022-02-04 08:27:00 -05:00
2022-02-03 14:21:12 -05:00
2022-02-03 14:09:43 -05:00
2022-02-03 14:24:17 -05:00

Personal Dotfiles

Personal Dotfiles

See: https://www.atlassian.com/git/tutorials/dotfiles for an article explaining how this is managed.

Installation:

  1. Clone this repository into a "bare" repository in $HOME/.dotfiles
git clone --bare https://github.com/anthonyoteri/dotfiles.git $HOME/.dotfiles
  1. Define an alias in the current scope
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  1. 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.

  1. 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
S
Description
No description provided
Readme MIT 754 KiB
Languages
Nushell 59.3%
Lua 17.9%
CSS 11.1%
Shell 10.5%
Sass 1.2%