Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsfishy/dotfiles
https://github.com/bsfishy/dotfiles
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bsfishy/dotfiles
- Owner: BSFishy
- License: mit
- Created: 2024-02-04T19:28:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T03:30:22.000Z (9 months ago)
- Last Synced: 2024-11-11T03:57:54.989Z (2 months ago)
- Language: Lua
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Welcome to my dotfiles.
This is a collection of my personal dotfiles for my development environment.
It includes my vim, tmux, and zsh configurations.
Feel free to use them as a reference or copy them for your own use.This config is designed to work on both Unix-like and Windows systems.
I don't always run on all the different platforms, so it may be broken on some systems.
If that's the case, feel free to open an issue or submit a pull request.Here is a list of some of the features of this configuration:
- Neovim configuration using [my config](https://github.com/BSFishy/init.lua)
- Based on LazyVim
- Gruvbox theme with rainbow delimeters
- Tmux configuration
- Simple, mostly to make it work well with Neovim
- Zsh configuration
- Includes installing Oh-My-Zsh
- Adds a [.commonrc](dot_commonrc.tmpl) for both Zsh and Bash
- Includes a [Starship](https://starship.rs/) configuration
- Installs latest JetBrains Mono Nerd Font
- Wezterm configuration## Requirements
First, you will need to install chezmoi.
Information on how to do so can be found [here](https://www.chezmoi.io/install/).There are also a few other dependencies that are required for the configurations to work properly.
- Git
- Zsh if you're on a Unix-like system## Installation
To install:
```sh
chezmoi init --ssh BSFishy
```To apply the config after installing:
```sh
chezmoi apply
```To update to the latest version:
```sh
chezmoi update
```