Giter Club home page Giter Club logo

Comments (7)

ratmav avatar ratmav commented on September 14, 2024

lol or just windows pro. on that, use scoop for package management and give the conemu terminal emulator a rip (hopefully it's close enough to tmux, or supports tmux-like custom keybindings) until the terminal reflow issue in neovim/libvterm.

from dotfiles.

ratmav avatar ratmav commented on September 14, 2024

this might not be necessary if i can get a bash shell via wsl and then call into powershell from bash. that'd be...rad.

from dotfiles.

ratmav avatar ratmav commented on September 14, 2024

meh. just run on powershell or whatever. interestingly, hyper doesn't let you set tab titles from the gui, you use a shell function:

# in bash_profile or wherever...

function hypertab-title() {
  echo -e "\033]0;${1:?please specify a title}\007";
}

and on windows:

function HyperTabTitle {
    param(
        [string]
        $title
    )
    $escapeChar = [char]27
    return "$escapeChar]2;$title`a"
}

HyperTabTitle PowerShell

from dotfiles.

ratmav avatar ratmav commented on September 14, 2024

starting on this with goneovim (off #48 branch). looking at this, i may want to set the terminal emulator to point at pwsh or gitbash or something: https://stackoverflow.com/questions/42025912/neovim-terminal-emulator-configuration-for-windows-10

from dotfiles.

ratmav avatar ratmav commented on September 14, 2024

https://stackoverflow.com/questions/5834014/lf-will-be-replaced-by-crlf-in-git-what-is-that-and-is-it-important seems like i should be ok, but worth remembering in case it gets weird.

from dotfiles.

ratmav avatar ratmav commented on September 14, 2024

ok, manually installed goneovim (for now), and scripted the chocolatey, nvim, and git installation. before i swing to things like docker, vargrant, virtualbox, brave (will probably need to re-add to the sync chain), and go, i want to port the home_symlinks, configure_git, configure_nvim, configure_goneovim, vim_plug, and powerline_fonts functions.

also, don't forget this: https://github.com/ratmav/dotfiles/blob/windows/initialize.ps1#L3

from dotfiles.

ratmav avatar ratmav commented on September 14, 2024

the only reason i'd run windows at this point is for pwsh ad access, which i can do from a virtual machine, or bare metal for gaming. aaaand it looks like everything i want to play already runs either natively on linux or well enough via proton or lutris. and honestly at least waiting for stuff to run on linux keeps me from buying a game that shipped too early (looking right at you, cyberpunk 2077).

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.