https://github.com/greydevv/dotfiles
My OSX dotfiles!
https://github.com/greydevv/dotfiles
Last synced: 3 months ago
JSON representation
My OSX dotfiles!
- Host: GitHub
- URL: https://github.com/greydevv/dotfiles
- Owner: greydevv
- Created: 2021-06-05T18:38:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T14:15:57.000Z (over 2 years ago)
- Last Synced: 2025-01-02T10:45:25.102Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Greyson's OSX dotfiles!
**Disclaimer:** Please do not hastily replace your dotfiles with these without
understanding what each one entails and the settings they change. Use at your
own risk!
### Flow
* [nvim](https://github.com/neovim/neovim)
* [`vim-plug`](https://github.com/junegunn/vim-plug)
* [`telescope.nvim`](https://github.com/nvim-telescope/telescope.nvim)
* [`built-in LSP`](https://neovim.io/doc/user/lsp.html)
* [`floaterm`](https://github.com/voldikss/vim-floaterm)
* [tmux](https://github.com/tmux/tmux)
* [iTerm2](https://iterm2.com/)
### Installation
Before installing, consider making a backup of your existing dotfiles. Clone
this repository to wherever you'd like. It's recommended to make symbolic links
where the source file is in a `dotfiles/` directory and the destination file
is where the file should be in your system.
```
ln
$ ln dotfiles/vim/.vimrc ~/.vimrc
$ ln dotfiles/tmux/.tmux.conf ~/.tmux.conf
```