Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dracuxan/dot-files

dotfiles for my WSL setup
https://github.com/dracuxan/dot-files

dotfiles neovim neovim-configuration vim zsh zsh-configuration

Last synced: about 2 months ago
JSON representation

dotfiles for my WSL setup

Awesome Lists containing this project

README

        

# Dotfiles
Dotfiles for my WSL setup.

## Tools and Dependencies:

- [Neovim (v0.8 or higher)](https://neovim.io/)
- [Zsh](https://www.zsh.org/)
- [Starship](https://starship.rs/)
- [Node.js](https://nodejs.org/)
- [Python](https://www.python.org/)
- [Go](https://go.dev/)
- [Elixir](https://elixir-lang.org/)

## Directory Structure

```
dotfiles/
├── nvim
│   └── .config
│   └── nvim
│   └── ... (Neovim Config files)
├── starship
│   └── .config
│   └── starship.toml
└── zsh
│   └── .zshrc
└── README.md
```

## Installation
To set up these dotfiles on a new machine, follow these steps:

Clone The Repo and move to dotfiles directory:
```
git clone https://github.com/Nisarg2061/Dot-Files.git ~/dotfiles && cd ~/dotfiles
```

## Install Stow:

```
sudo apt-get install stow
```

## Run this script to configure all the files(under construction):

```
./install.sh
```

## Preview
![Preview](https://github.com/user-attachments/assets/9d7a8281-d5b7-42e5-bd56-5a63797093cc)