Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 2.46 KB

README.md

File metadata and controls

37 lines (26 loc) · 2.46 KB

A collection of my dotfiles

Dotfiles are the customization files that are used to personalize your Linux or other Unix-based system. You can tell that a file is a dotfile because the name of the file will begin with a period–a dot! The period at the beginning of a filename or directory name indicates that it is a hidden file or directory. This repository contains my personal dotfiles. They are stored here for convenience so that I may quickly access them on new machines or new installs. Also, others may find some of my configurations helpful in customizing their own dotfiles.

Showcase (Neovim)

nvim-tree
nvim-tree (for tree view)
autocompletions
autocompletions (using LSP)
colorizer
nvim-colorizer (for css and all)
noice
noice.nvim (coz it's nice)
telescope
telescope (fuzzy finder)
formatting
Linting & Formatting

Acknowledgements