Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxjv/config
🔧 My config files
https://github.com/lxjv/config
Last synced: about 2 months ago
JSON representation
🔧 My config files
- Host: GitHub
- URL: https://github.com/lxjv/config
- Owner: lxjv
- Created: 2024-07-14T07:27:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T12:18:34.000Z (3 months ago)
- Last Synced: 2024-11-26T22:18:49.694Z (about 2 months ago)
- Language: Shell
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [Neovim](https://github.com/lxjv/dotfiles/tree/main/.config/nvim) ([x](https://neovim.io))
- [Vim](https://github.com/lxjv/dotfiles/tree/main/.vimrc)
- Helix
- (Doom) Emacs## Installation
I use GNU Stow to install my dotfiles. To use it:
1. Install Stow
```sh
# Arch Linux (btw)
sudo pacman -Syu stow# NixOS
nix-shell -p stow# MacOS
brew install stow
```2. Clone this repo and use stow to symlink everything
```sh
git clone https://github.com/lxjv/dotfiles .dotfiles
cd .dotfiles
stow .
```3. Profit!