Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 704 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 704 Bytes

LA's config files.

That ain't a config file, THIS is a config file

Programs

  • Terminal: Alacritty
  • Shells: zsh, fish
    • Prompt: Starship
    • Multiplexer: tmux
  • Editors:

Installation

I use GNU Stow to install my dotfiles. To use it:

  1. Install Stow
# Arch Linux (btw)
sudo pacman -Syu stow

# NixOS
nix-shell -p stow

# MacOS
brew install stow
  1. Clone this repo and use stow to symlink everything
git clone https://github.com/lxjv/dotfiles .dotfiles
cd .dotfiles
stow .
  1. Profit!