1
0
2025-06-27 19:01:04 +02:00
2025-06-27 18:56:52 +02:00
2025-06-27 18:59:31 +02:00
2025-06-25 22:34:59 +02:00
2025-06-27 19:01:04 +02:00
2024-08-04 08:59:14 +02:00
2025-06-25 22:34:59 +02:00
2024-12-13 17:13:32 +01:00

Anton's dotfiles

These are my dotfiles for zsh, i3, neovim, and kitty. All stored using the GNU stow applet.

To install these dotfiles and use them as your own, simply install GNU stow:

$ sudo pacman -S stow

clone this repository to your home directory:

$ git clone --depth=1 https://github.com/antonw51/dotfiles ~/dotfiles

then use the stow command:

$ stow ~/dotfiles

Oh-my-zsh

The zsh config present here relies on oh-my-zsh, you can install that with curl:

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Then install the dependencies:

  • zsh-syntax-highlighting:
$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  • zsh-completion:
$ git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
Description
Configuration files
Readme 36 MiB
Languages
Nix 80.9%
Lua 14.6%
Shell 4.5%