Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epszaw/dotfiles
https://github.com/epszaw/dotfiles
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/epszaw/dotfiles
- Owner: epszaw
- Created: 2018-02-19T12:29:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T08:20:29.000Z (4 months ago)
- Last Synced: 2024-06-28T09:42:02.171Z (4 months ago)
- Language: Lua
- Size: 7.61 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `.dotfiles`
Install dependencies:
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```Copy the repository or single file and create sylinks for each config type you want:
```shell
cd ~
git clone https://github.com/lamartire/dotfiles
cd ~/.config
ln -s ~/dotfiles/.configs/nvim .
```