Go to file
2024-12-04 17:05:10 +01:00
.config chore(neovim): update nvim plugins 2024-12-04 17:05:10 +01:00
.local/share refactor: get first initial working config 2024-12-02 11:48:52 +00:00
.tmux/plugins add submodule 2024-09-02 03:23:06 +02:00
.gitignore chore: ignore neovim plugins & stuff 2024-12-02 12:01:51 +00:00
.gitmodules change gitmodules to use https 2024-09-29 23:41:50 +02:00
.p10k.zsh use new zshrc, change usernames to be dependent 2024-09-02 05:47:16 +02:00
.zshenv update config to use $USER, and make indentation consistent 2024-09-02 18:26:57 +02:00
.zshrc feat: update btop, nvim, zellij, and zsh configs 2024-10-27 20:21:57 +01:00
LICENSE.md update config to use $USER, and make indentation consistent 2024-09-02 18:26:57 +02:00
README.md docs: change README to reflect new changes 2024-12-02 11:54:22 +00:00

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.