.config | ||
.local/share | ||
.tmux/plugins | ||
.gitignore | ||
.gitmodules | ||
.p10k.zsh | ||
.zshenv | ||
.zshrc | ||
LICENSE.md | ||
README.md |
dotfiles
A collection of configuration files for a personalized development environment
This repository contains the configurations of the applications I use on my computers to create a seamless development environment.
Installing / Getting started
To get started with this project, you'll need to clone the repository and install the required dependencies.
$ cd ~
$ git clone --recurse-submodules https://winlogon.ddns.net/winlogon/dotfiles.git
This command clones the repository and initializes the submodules. Once the cloning has finished:
$ cd dotfiles
$ stow --adopt .
Initial Configuration
To use this project, you'll need to have the following dependencies installed:
Features
This project provides a collection of configuration files for a personalized development environment, including:
- Tmux settings: tpm & catppuccin
- Btop settings: theme
- Zsh settings: p10k & zinit
- Neovim configuration: lazy.nvim + codeium
Licensing
The code in this project is licensed under MIT License.