https://github.com/jsteinberg4/dotfiles
My personal configs
https://github.com/jsteinberg4/dotfiles
bash dotfiles neovim
Last synced: 5 months ago
JSON representation
My personal configs
- Host: GitHub
- URL: https://github.com/jsteinberg4/dotfiles
- Owner: jsteinberg4
- License: mit
- Created: 2022-07-07T22:26:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T18:32:11.000Z (over 1 year ago)
- Last Synced: 2025-03-11T19:35:36.923Z (over 1 year ago)
- Topics: bash, dotfiles, neovim
- Language: Shell
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
- This is a collection of dotfiles (configuration files) I use on my personal computers.
- Clone this repo to your home directory, then setup in one of the following ways:
- **Method 1**: Manual
- Symlink each file to the correct location using `ln -s `
- **Method 2**: Automatic _[ABANDONED]_
- curl and execute `dotfiles/install.sh`. This will clone the repository
to your local machine, then execute any scripts in `dotfiles/setup_scripts/*.sh`.
- Method 3: Ansible \*[WIP]
- I am currently working on an Ansible playbook to automate the setup of my dotfiles.
- Requirements:
- Install ansible-core: [Install](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible-with-pip)
- Install ansible community plugins (to get homebrew): `ansible-galaxy collection install community.general`