Skip to content

JosephLai241/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • setup_scripts/
  • tmux/
  • vim/
  • zsh/

Repository Tree

dotfiles/
├── alacritty
│   └── alacritty.yml
├── fish
│   └── config.fish
├── leftwm
│   └── config.toml
├── LICENSE
├── nvim
│   ├── init.lua
│   └── lua
│       ├── config
│       │   ├── diagnostics.lua
│       │   ├── keybindings.lua
│       │   ├── lazy.lua
│       │   └── vimcommands.lua
│       └── plugins
│           ├── coding
│           │   ├── blink.lua
│           │   ├── copilot.lua
│           │   ├── gitsigns.lua
│           │   ├── lazydev.lua
│           │   ├── mason.lua
│           │   ├── nvim-dap.lua
│           │   ├── nvim-dap-ui.lua
│           │   ├── nvim-lint.lua
│           │   ├── nvim-lspconfig.lua
│           │   ├── nvim-treesitter.lua
│           │   ├── tiny-inline-diagonstic.lua
│           │   └── trouble.lua
│           ├── formatting
│           │   ├── conform.lua
│           │   ├── indent-blankline.lua
│           │   ├── nerdcommenter.lua
│           │   ├── nvim-colorizer.lua
│           │   ├── peek.lua
│           │   └── vim-surround.lua
│           ├── init.lua
│           ├── productivity
│           │   └── obsidian.lua
│           ├── themes
│           │   ├── gruvbox.lua
│           │   ├── kanagawa.lua
│           │   └── nord.lua
│           └── ui
│               ├── lualine.lua
│               ├── nvim-tree.lua
│               ├── telescope.lua
│               ├── twilight.lua
│               └── zen-mode.lua
├── README.md
├── setup_scripts
│   ├── setup_nvim.sh
│   ├── setup_python.sh
│   ├── setup_tmux.sh
│   └── setup_zsh.sh
├── tmux
├── vim
└── zsh

Links

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors