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: 6 months ago
JSON representation
My dotfiles, meant for use with a Bash shell
- Host: GitHub
- URL: https://github.com/lararosekelley/dotfiles
- Owner: lararosekelley
- License: other
- Created: 2014-12-01T13:18:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T04:10:43.000Z (about 1 year ago)
- Last Synced: 2025-06-10T08:04:15.491Z (about 1 year ago)
- Topics: bash, bootstrap, dotfiles, homebrew, macos, osx, python, shell, vim
- Language: Shell
- Homepage:
- Size: 5.93 MB
- Stars: 47
- Watchers: 2
- 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, confirmed to work with Fedora 41.
## Getting started
Clone the repository:
```bash
git clone git@github.com:lararosekelley/dotfiles
```
Add the `oh-my-git` submodule:
```bash
git submodule init
ln -s oh-my-git $HOME/.git_prompt
```
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/lararosekelley/nvim) repository.
### Emacs configuration
For my Emacs configuration, check out my [emacs.d](https://github.com/lararosekelley/emacs.d) repository.
## License
Copyright (c) 2014-2025 Lara Kelley. MIT License.