Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crossr/dotfiles
https://github.com/crossr/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crossr/dotfiles
- Owner: CrossR
- Created: 2015-05-24T18:01:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T15:03:26.000Z (5 months ago)
- Last Synced: 2024-08-22T16:59:09.811Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 3.26 MB
- Stars: 12
- Watchers: 2
- 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
```