Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/destinecarma/dotfiles

Dotfiles configuration preset
https://github.com/destinecarma/dotfiles

dotfiles linux nvim zsh

Last synced: 15 days ago
JSON representation

Dotfiles configuration preset

Awesome Lists containing this project

README

        

# Dotfiles

This is my dotfiles configuration, feel free to use them however you want.

## Features

- Neovim setup
- ZSH configuration with Oh My Zsh

## Prerequisites

Ensure you have the following tools installed before proceeding:

- [Git](https://github.com/git/git?tab=readme-ov-file#installing-git)
- [Neovim](https://github.com/neovim/neovim/blob/master/INSTALL.md)
- [Oh My Zsh](https://ohmyz.sh/#install)

## Recommended Utilities

- [Bat](https://github.com/sharkdp/bat?tab=readme-ov-file#installation)
- [Exa](https://github.com/ogham/exa?tab=readme-ov-file#installation)
- [FdFind](https://github.com/sharkdp/fd?tab=readme-ov-file#installation)
- [Stylua](https://github.com/JohnnyMorganz/StyLua?tab=readme-ov-file#installation)
- [Ripgrep](https://github.com/BurntSushi/ripgrep?tab=readme-ov-file#installation)

## Recommended Plugins

- [Powerlevel10k](https://github.com/romkatv/powerlevel10k?tab=readme-ov-file#installation)
- [ZSH Autosuggestions](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md)
- [ZSH Syntax Highlighting](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md)

## Installation

Clone this repository to your home directory:

```sh
git clone https://github.com/DestinEcarma/dotfiles.git ~/.dotfiles
```

Run the bootstrap script to create symlinks for all configurations:

```sh
~/.dotfiles/bootstrap
```