Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koenverburg/dotfiles
The usual stuff: vim, powershell, vscode, scripts
https://github.com/koenverburg/dotfiles
ansible fish neovim powershell
Last synced: 2 months ago
JSON representation
The usual stuff: vim, powershell, vscode, scripts
- Host: GitHub
- URL: https://github.com/koenverburg/dotfiles
- Owner: koenverburg
- Created: 2015-06-21T20:49:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:21:53.000Z (2 months ago)
- Last Synced: 2024-11-07T22:26:44.576Z (2 months ago)
- Topics: ansible, fish, neovim, powershell
- Language: Lua
- Homepage:
- Size: 11.5 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- jimsghstars - koenverburg/dotfiles - The usual stuff: vim, powershell, vscode, scripts (Lua)
README
# The DotFiles
This repo will have a collections of configs of powershell, fish, Neovim and tmux, probably more. This is consantly changing and can be broken. [Pilfer](https://www.collinsdictionary.com/dictionary/english/pilfer) at your own risk.
### Getting Started
#### Windows
Open up a Admin Powershell window and run the following```powershell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force# Downloading Choco
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))# close and spin up a new terminal
choco install git python -y
choco feature enable -n allowGlobalConfirmationcd ~/code/github
git clone https://github.com/koenverburg/dotfiles.git
cd dotfiles
./install.ps1
```### Upgrading
```powershell
cup all -y
```