My collection of configuration files. Includes things like:
- neovim
- tmux
- starship
- zshrc
- wezterm (Windows mainly..)
- All those apps installed
(Autoscript coming soon TM)
- Download and install Scoop
- Use scoop to install Zig
- Install ripgrep
- Install
(nightly neovim from here..)
scoop bucket add versions
scoop install neovim-nightly
(..to here)
Or..
scoop install neovim
Also clone this repo into your user folder preferably under .config
and then symlink nvim
into %LOCALAPPDATA% so neovim can pick up the configs.
An example of this could be:
New-Item -ItemType SymbolicLink -Path "C:\Users\<YOU>\AppData\Local\nvim" -Target "C:\Users\<YOU>\.config\nvim"
.zshrc
being inside of~/.config
means that it needs to be sourced via.zshenv
usingZDOTDIR=~/.config
.
- Separate stuff inside kickstart into separate configs
- Add more shit to configure..