All Projects β†’ NickSeagull β†’ my-windows

NickSeagull / my-windows

Licence: other
πŸ±β€πŸ’» The system setup that makes my computing experience awesome

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to my-windows

Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-22.67%)
Mutual labels:  chocolatey
MySoftwareList
My top picks of software I use everyday. | WIP 🚧
Stars: ✭ 24 (-68%)
Mutual labels:  chocolatey
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+0%)
Mutual labels:  chocolatey
Chocolateypackages
My published Chocolatey packages
Stars: ✭ 128 (+70.67%)
Mutual labels:  chocolatey
Gitdiffmargin
Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar. Supports Visual Studio 2012 through Visual Studio 2019
Stars: ✭ 217 (+189.33%)
Mutual labels:  chocolatey
choco-screen-resolution
Sets the screen resolution on Windows virtual machines (VMs)
Stars: ✭ 24 (-68%)
Mutual labels:  chocolatey
Chocolateygui
A delicious GUI for Chocolatey
Stars: ✭ 1,031 (+1274.67%)
Mutual labels:  chocolatey
ghaction-chocolatey
GitHub Action for Chocolatey, the package manager for Windows
Stars: ✭ 58 (-22.67%)
Mutual labels:  chocolatey
Chocolatey.org
Stars: ✭ 245 (+226.67%)
Mutual labels:  chocolatey
Wox.Plugin.Spotify
Spotify plugin for Wox launcher
Stars: ✭ 29 (-61.33%)
Mutual labels:  wox
Pacaptr
Pacman-like syntax wrapper for many package managers.
Stars: ✭ 138 (+84%)
Mutual labels:  chocolatey
Azure Devops Migration Tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
Stars: ✭ 218 (+190.67%)
Mutual labels:  chocolatey
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (-25.33%)
Mutual labels:  chocolatey
Cchoco
Community resource to manage Chocolatey
Stars: ✭ 115 (+53.33%)
Mutual labels:  chocolatey
au-packages-template
Template repository for Chocolatey Automatic Package Updater Module
Stars: ✭ 30 (-60%)
Mutual labels:  chocolatey
Cli
The command line vault (Windows, macOS, & Linux).
Stars: ✭ 1,044 (+1292%)
Mutual labels:  chocolatey
LiveReloadServer
A self-contained, local, cross-platform, static file Web Server with automatic Live Reloading, Markdown rendering and loose Razor Pages support.
Stars: ✭ 69 (-8%)
Mutual labels:  chocolatey
sux
An alternative to Alfred+Wox+Listary+OneQuick+CapslockPlus.δΈ€δΈͺεͺζœ‰2M+ε€§ε°ηš„εΌΊε€§ζ•ˆηŽ‡ε·₯ε…·
Stars: ✭ 47 (-37.33%)
Mutual labels:  wox
couleurstoolbox
🍱 My toolbox that I take with me everytime I reinstall windows.
Stars: ✭ 72 (-4%)
Mutual labels:  chocolatey
choco
Chocolatey - the package manager for Windows
Stars: ✭ 8,643 (+11424%)
Mutual labels:  chocolatey

My super awesome Windows 10 πŸ±β€πŸ‰

The system setup that makes my computing experience awesome

say thanks badge

desktop

Disclaimer

It's been a while since I've used a Windows machine for my daily tasks (2018). Nowadays I use a Macbook, mostly due to work reasons.

Still, if I were to use Windows, all of here probably would apply. πŸ˜„

Table of Contents

Applications

I use BoxStarter in order to automate the installation of most of my applications. The process usually goes like this:

  • Install BoxStarter with . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
  • Run the BoxStarter script of this repo with Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/NickSeagull/my-windows/master/boxstarter/System-Init.ps1 -DisableReboots

The apps listed in this repo follow the following convention:

  • βœ… The app is successfully automated with BoxStarter
  • πŸ‘œ The app needs to be installed manually from the Windows store
  • ⚠ The app needs to be installed manually from its website

Productivity

⚠ spacedesk - Use my Surface Pro 6 as second screen

not the prettiest screen

  • I use a Surface Pro 6 as my secondary system that acts as a laptop/tablet
  • In some moments, I require a second screen, so spacedesk allows me to use it as a screen when I'm working at my desktop

βœ… AutoHotKey - General automation

  • AHK provides a scripting language that allows you to automate most of the things in Windows. From remapping keys, to moving the mouse, you can automate everything.
  • I have used AHK extensively in the past and I even created bots for online games with it (yes, I was THAT guy, but not always). You can imagine the power of this tool now.

βœ… Notion - All organizer

  • Notion is a software masterpiece, it makes organization seem very simple
  • Replaces a lot of tools like Evernote, Google Sheets, etc..
  • I use it mainly to organize my personal stuff

notion screenshot

⚠ 1password - Password management

  • Having the same password for all the sites is a very bad practice. I learnt this once a friend's Steam account got hacked, and with it, his email, Facebook, and everything.
  • Thanks to passwords managers like this one, I don't even need to remember my passwords.
  • For some reason, chocolatey doesn't install this properly, and it always fails.

⚠ Espanso - Text expansions

  • I try to avoid typing the typical stuff, like my name, address, etc... Espanso helps me with this task
  • Also, I don't like using acronyms, so I can automatically expand them.
  • You can find the expansions here

⚠ Simple Mind - Mind mapping

  • I use Simple Mind to brainstorm around how can I break down a problem into smaller ones

simple mind screenshot

βœ… Transmission - Torrent client

  • I use this client to share files from time to time, very minimal one, which I like.

⚠ Pennywise - Floating windows

  • Very useful for watching videos while doing other stuff
  • It's like having the ability to listen to a podcast while being able to peek into what the speaker is saying

Coding

βœ… Visual Studio Code - My main code editor

βœ… Microsoft Terminal - Terminal emulator

πŸ‘œ Windows Subsystem for Linux - Run Linux apps natively on Windows

  • Not really an app, but it needs to be installed, so it goes on this list. The chocolatey package didn't work for me, so I have to install it manually.
  • WSL allows running Linux apps on Windows, interoperating with your current files, etc... So it is a much better experience than a Virtual Box, or alike.

βœ… Docker Desktop - Containerization of apps

βœ… VcXsrv - X11 server for Windows

  • VcXsrv is great, it allows you to run graphical Linux apps on Windows thanks to the X11 protocol, make sure to:
    • export DISPLAY=:0 in the shell rc file (this is already done in my Nix config)
    • Save the VcXsrv settings to a safe folder, and add a link into the shell:startup directory.
  • If some fonts are not being rendered, it is because in VcXsrv you have to:
    • Install them inside WSL with your regular installation method (it probably includes using fc-cache)
    • Download them for Windows, and add them to the C:\Program Files\VcXsrv\fonts directory

Social

βœ… Slack - Work chat

  • I use Slack mainly for work, although I also chat from time to time in the Functional Programming one

βœ… Discord - Leisure chat

  • I like playing online games, and from time to time, I socialize in them, meaning that I have to talk to people, so I use Discord
  • On the other hand, it also allows me to talk with people from some developer communities, like AutoHotKey.

discord screenshot

πŸ‘œ Unigram - A Telegram client optimized for Windows 10

  • The regular Telegram client has some issues with DPI scaling, meaning that if I move the window from my 1080p monitor to the Surface one, it'll stay with the same resolution. This doesn't happen with Unigram, and I get integrated notifications.

Music

βœ… Spotify - Music player

  • I use Spotify on a daily basis. I love listening to many kinds of music, and specially, discovering new songs.

Command Line Apps

I use most of my command line apps from WSL, apart from a few ones described here:

Windows CLI apps

βœ… chocolatey - An apt/brew for Windows

βœ… bat - A cat(1) clone with wings

βœ… watchexec - Executes commands in response to file modifications

βœ… RunInBash - Aliases $ to run any command in WSL

WSL CLI apps

⚠ fontconfig - Font Cache updater

  • For some reason fontconfig is not installed by default in WSL Ubuntu 18.04, so I have to install it with apt

⚠ nix - A purely functional package manager

  • I install Nix by adding the following to /etc/nix/nix.conf

    sandbox = false
    use-sqlite-wal = false
    

    And by then running curl https://nixos.org/nix/install sh

⚠ home-manager - User environment management

  • Note: Install using 19.09 as the channel, instead of master.
  • I install most of my WSL CLI apps using Nix, and I manage them declaratively using home-manager
  • I can easily add packages to my home.nix file, and then run home-manager switch in order to get the newest environment.

βœ… Link Shell Extension - Context menu entry to create symlinks

  • Sometimes it is useful to create a symbolic link from a folder/file to another place. This is specially useful when dealing with configuration files that are checked in a version control system like Git.

Acknowledgements

Thanks to Nikita Voloboev for his awesome my-mac-os list, without it, this one wouldn't exist πŸ™

Preferences

Set DNS to DNS.Watch

  • Docker has issues with the default DNS provided with Windows 10, to set it to DNS.Watch's servers, follow this guide.
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].