https://github.com/crossr/dotfiles
https://github.com/crossr/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crossr/dotfiles
- Owner: CrossR
- Created: 2015-05-24T18:01:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T10:41:17.000Z (2 months ago)
- Last Synced: 2025-04-17T04:19:00.519Z (2 months ago)
- Language: Lua
- Homepage:
- Size: 3.28 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrossR dotfiles
### Info
* Editor - nvim (TUI)
* Tiling Window Manager (Mac) - Yabai
* Window Manager Status Bar (Mac) - Sketchybar
* Keybindings (Mac) - skhd
* Terminal - kitty
* Session Management - tmux
* LaTeX configuration
* [ROOT](https://root.cern/) configuration### How to Unpack
#### Linux/macOS
I previously used GNU Stow to unpack the folders...but if I'm being honest it
only takes a couple of seconds to run the few `ln -s` commands I need, which is
zero dependencies. So just do that in the few locations that matter.#### Windows
Can use folder junctions such that the config is still kept under version
control, while being in the correct place:```batch
mklink /J %LOCALAPPDATA%\nvim neovim\.config\nvim
```