Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zantier/dotfiles-win
My dotfiles on Windows
https://github.com/zantier/dotfiles-win
Last synced: 14 days ago
JSON representation
My dotfiles on Windows
- Host: GitHub
- URL: https://github.com/zantier/dotfiles-win
- Owner: Zantier
- Created: 2020-01-28T16:23:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T01:03:08.000Z (about 1 month ago)
- Last Synced: 2024-11-20T02:17:48.548Z (about 1 month ago)
- Language: Shell
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Combined dotfiles for Windows, Linux, MacOS
### Install
Share Windows clipboard with vim on WSL, for example:
- On WSL, run `sudo apt install vim-gtk`
- Install `VcXsrv`
- Run `XLaunch`, go through the dialog, and save the configuration file to `%appdata%\Microsoft\Windows\Start Menu\Programs\Startup`Clone this repository into `~/.dotfiles`.
Run `./setup.sh` to configure symlinks.
Create `.bashrc`, which should source `.my.sh`
If using regular vim, create `.vimrc`, which should source `.my.vim` or `.mytiny.vim`.