All Projects → neersighted → dotfiles

neersighted / dotfiles

Licence: MIT license
~/.dotfiles

Programming Languages

shell
77523 projects
Vim Script
2826 projects
powershell
5483 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
awk
318 projects

Projects that are alternatives of or similar to dotfiles

Xwsl
Simple method to install Ubuntu 20.04 with XFCE4 desktop in WSL. Does not require hypervisor, container, or X11 server.
Stars: ✭ 137 (+389.29%)
Mutual labels:  wsl
Wslinstall
Install any GNU/Linux userspace in WSL
Stars: ✭ 178 (+535.71%)
Mutual labels:  wsl
Wsl Dotfiles
My dotfiles for running an i3-based environment within the Windows Subsystem for Linux (WSL).
Stars: ✭ 211 (+653.57%)
Mutual labels:  wsl
Wslgit
🍬 Use Git installed in WSL(Windows Subsystem for Linux) from Windows and Visual Studio Code
Stars: ✭ 141 (+403.57%)
Mutual labels:  wsl
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+496.43%)
Mutual labels:  wsl
Winfetch
🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (+575%)
Mutual labels:  wsl
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+46821.43%)
Mutual labels:  wsl
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+283367.86%)
Mutual labels:  wsl
Directx Headers
Official DirectX headers available under an open source license
Stars: ✭ 173 (+517.86%)
Mutual labels:  wsl
Lxrunoffline
A full-featured utility for managing Windows Subsystem for Linux (WSL)
Stars: ✭ 3,005 (+10632.14%)
Mutual labels:  wsl
Tmux Yank
Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
Stars: ✭ 1,941 (+6832.14%)
Mutual labels:  wsl
Vscode Remote Release
Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
Stars: ✭ 2,256 (+7957.14%)
Mutual labels:  wsl
Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (+625%)
Mutual labels:  wsl
Extraterm
The swiss army chainsaw of terminal emulators
Stars: ✭ 1,922 (+6764.29%)
Mutual labels:  wsl
Emacs Wsl
Install and run Emacs with the Windows Subsystem for Linux (WSL) in Windows 10.
Stars: ✭ 234 (+735.71%)
Mutual labels:  wsl
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+378.57%)
Mutual labels:  wsl
Wsl Guide
The Hitchhiker's Guide to Bash on Ubuntu on Windows!
Stars: ✭ 186 (+564.29%)
Mutual labels:  wsl
dotfiles
My shell configuration and scripts. My "dotfiles". ... Over a decade of tuning my environments. ⌚😮🤯
Stars: ✭ 20 (-28.57%)
Mutual labels:  wsl
Archwsl
ArchLinux based WSL Distribution. Supports multiple install.
Stars: ✭ 3,667 (+12996.43%)
Mutual labels:  wsl
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+55592.86%)
Mutual labels:  wsl

~/.dotfiles

Installation

# linux, macos:
curl -sSf https://raw.githubusercontent.com/neersighted/dotfiles/master/bootstrap.sh | sh
# freebsd:
fetch -o - https://raw.githubusercontent.com/neersighted/dotfiles/master/bootstrap.sh | sh
# windows:
(iwr -UseBasicParsing https://chezmoi.io/get.ps1).Content | powershell -c -; .\bin\chezmoi.exe init --apply --remove neersighted

Restart your shell to make sure the changes are fully applied.

License

This project is licensed under the MIT license.

See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].