Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/destinecarma/dotfiles
- Owner: DestinEcarma
- Created: 2024-06-17T23:33:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T21:28:41.000Z (3 months ago)
- Last Synced: 2024-11-05T15:19:01.129Z (2 months ago)
- Topics: dotfiles, linux, nvim, zsh
- Language: Lua
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```