JosephLai241 / dotfiles

My dotfiles for Alacritty, Fish, LeftWM, Neovim, Tmux, Vim, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This repository contains some of my dotfiles. It is a living repository and will be updated as my needs/preferences change.

This repository primarily mirrors my .config/ directory. The sub-directories that are not present in the .config/ directory are:

  • tmux/
  • vim/
  • zsh/

Repository Tree

dotfiles/
├── alacritty
│   └── alacritty.yml
├── fish
│   └── config.fish
├── leftwm
│   └── config.toml
├── nvim
│   ├── init.lua
│   └── lua
│       ├── keybindings.lua
│       ├── plugins.lua
│       └── vimcommands.lua
├── tmux
│   └── .tmux.conf
├── vim
│   └── .vimrc
└── zsh
    └── .zshrc

Links

About

My dotfiles for Alacritty, Fish, LeftWM, Neovim, Tmux, Vim, etc.

License:MIT License


Languages

Language:Lua 55.8%Language:Shell 33.8%Language:Vim Script 10.4%