Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
My dotfiles, meant for use with a Bash shell
- Host: GitHub
- URL: https://github.com/lararosekelley/dotfiles
- Owner: lararosekelley
- License: mit
- Created: 2014-12-01T13:18:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T03:22:30.000Z (7 months ago)
- Last Synced: 2024-10-15T03:53:25.230Z (3 months ago)
- Topics: bash, bootstrap, dotfiles, homebrew, macos, osx, python, shell, vim
- Language: Shell
- Homepage:
- Size: 3.2 MB
- Stars: 48
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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.