Skip to content

dotfiles for my Arch Linux, i3wm, zsh, neovim etc.

Notifications You must be signed in to change notification settings

osauldmy/dotfiles

Repository files navigation

About

dotfiles managed as git bare repo. More about it

Installation

cd ~/
git clone --bare https://github.com/osauldmy/dotfiles ~/.config/dotfiles
alias dotfiles='GIT_DIR="$HOME"/.config/dotfiles GIT_WORK_TREE="$HOME"'
dotfiles git status
dotfiles git reset
dotfiles git checkout . # possibly fix conflicts if you already have some settings
dotfiles pre-commit install # optional, but very very recommended
rm README.md && dotfiles git update-index --assume-unchanged README.md # optional

Things I use

OS: Arch Linux(i3wm, rofi), MacOS
Shell: zsh
Terminal: alacritty
Terminal font: Iosevka
Editor: neovim (with LSPs and a bunch of plugins like telescope, treesitter, ...)

neovim