Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dracuxan/dot-files
- Owner: dracuxan
- License: bsd-3-clause
- Created: 2024-07-26T18:14:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:57:47.000Z (2 months ago)
- Last Synced: 2024-12-11T17:43:32.547Z (2 months ago)
- Topics: dotfiles, neovim, neovim-configuration, vim, zsh, zsh-configuration
- Language: Lua
- Homepage:
- Size: 403 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)