Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lararosekelley/dotfiles

My dotfiles, meant for use with a Bash shell
https://github.com/lararosekelley/dotfiles

bash bootstrap dotfiles homebrew macos osx python shell vim

Last synced: about 2 months ago
JSON representation

My dotfiles, meant for use with a Bash shell

Awesome Lists containing this project

README

        

# Dotfiles

> My dotfiles

---

This repository contains the configuration files I use on
Linux computers (only tested on Fedora as of 2024).

## Getting started

Clone the repository:

```bash
$ git clone [email protected]:tylucaskelley/dotfiles
```

Next, either copy files manually to your home directory, or
use the provided `copy` script:

```bash
$ cd dotfiles && ./copy
```

It will prompt you to copy each file individually, so that
no unexpected changes are made.

### Neovim configuration

For my Neovim configuration, check out my [nvim](https://github.com/tylucaskelley/nvim) repository.

## License

Copyright (c) 2014-2024 Ty-Lucas Kelley. MIT License.