Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xilaluna/dotfiles
My personal configurations and tools.
https://github.com/xilaluna/dotfiles
dotfiles fish github-config
Last synced: 1 day ago
JSON representation
My personal configurations and tools.
- Host: GitHub
- URL: https://github.com/xilaluna/dotfiles
- Owner: xilaluna
- Created: 2024-01-09T08:53:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T23:05:29.000Z (about 1 year ago)
- Last Synced: 2024-12-03T01:12:42.822Z (about 2 months ago)
- Topics: dotfiles, fish, github-config
- Language: Lua
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal configurations and tools.## Getting Started
Connect the symlinks to the dotfiles.
```bash
ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
``````bash
ln -s ~/.dotfiles/.config/fish/ ~/.config/fish
``````bash
ln -s ~/.dotfiles/.config/nvim/ ~/.config/nvim
```