Personal dotfiles managed with a bare Git repository cloned into $HOME/.cfg.
- OS: Arch Linux
- Shell: Bash
- Terminal: Foot
- Display Server: Wayland
- Compositor: Sway
- Editor: Neovim
- Multiplexer: Tmux
- Status Bar: Waybar
curl -fsSL https://gist.github.com/9c338d1ec5ed9df6c76471b46709ed09 | shalias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git clone --bare https://github.com/kaar/dotfiles.git "$HOME/.cfg"
config checkout
config config --local status.showUntrackedFiles no# Nvim
git clone https://github.com/kaar/nvim-config ~/.config/nvim
# TMUX
git clone https://github.com/kaar/tmux-config ~/.config/tmux~/.install/source/nvimExample
config status
config add .vimrc
config commit -m "Add vimrc"
config add .bashrc
config commit -m "Add bashrc"
config push