/dotfiles

My dotfiles

Primary LanguageShellMIT LicenseMIT

dotfiles

Contribute

My dotfiles hosted on gitlab.com

GitPitch

Status

Build Status

Code Climate

Issue Count Test Coverage Code Climate

TODO

Files

.codenvy.json Inspired by https://gitlab.com/gitlab-org/gitlab-ce/issues/12759

Topics

NixOS

Tools

rr

silversearcher-ag

catimg

ptop

nethogs

bashtrace

NcursesFM

vcat

Links

http://dockerfile-linter.com/?lang=en

Install

Windows

WSL

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2

Windows x64 patch

Chocolatey

choco install everything

Scoop

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install cygwin
~\scoop\apps\cygwin\current\cygwin-setup.exe -qnBP ansible
~\scoop\apps\cygwin\current\cygwin-setup.exe -qnBP gcc-core,python38-pip,python38-devel,libffi-devel,libssl-devel,openssh
python3.8.exe -m pip install ansible

Rust

Rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -x