https://github.com/fraidev/dotfiles
my dotfiles :D
https://github.com/fraidev/dotfiles
dotfiles git macos neovim ocaml vim zsh
Last synced: about 1 year ago
JSON representation
my dotfiles :D
- Host: GitHub
- URL: https://github.com/fraidev/dotfiles
- Owner: fraidev
- License: mit
- Created: 2021-09-27T02:41:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T16:08:50.000Z (over 1 year ago)
- Last Synced: 2025-03-27T20:51:14.745Z (about 1 year ago)
- Topics: dotfiles, git, macos, neovim, ocaml, vim, zsh
- Language: Lua
- Homepage:
- Size: 6.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This is a my dotfiles, I started with a [nicknise](https://github.com/nicknisi/dotfiles) repository fork.

## Initial Setup and Installation
### Backup
First, you may want to backup any existing files that exist so this doesn't overwrite your work.
Run `install/backup.sh` to backup all symlinked files to a `~/dotfiles-backup` directory.
This will not delete any of these files, and the install scripts will not overwrite any existing. After the backup is complete, you can delete the files from your home directory to continue installation.
### Installation
If on OSX, you will need to install the XCode CLI tools before continuing. To do so, open a terminal and type
```bash
➜ xcode-select --install
```
Then, clone the dotfiles repository anywhere you like on your machine.
```bash
➜ git clone https://github.com/nicknisi/dotfiles.git
➜ cd dotfiles
➜ ./install.sh
```