home.social

Search

1000 results for “juneg”

  1. RT @ThunderLevin Since this is all anyone in L.A. has been talking about lately (other than the strike), here's the explanation.

    Also, it's because god hates L.A.
    #MayGray #JuneGloom
    latimes.com/california/story/2

  2. @confusedbunny now time to super charge it with #fzf github.com/junegunn/fzf …don't leave it just as long again to crank that up!

  3. goyo.vim을 lazy.vim에 설치하는 방법을 찾았다.

    ```
    return {
    { "junegunn/goyo.vim" },
    }
    ```

    goyo.vim 말고도 vim-plug로 작동하는 플러그인은 이런 방식으로 설치 가능한 듯 하다. 파일은 .lua 확장자로 저장하고 `nvim/lua/plugins` 폴더에 넣으면 되는 듯.

    참고: github.com/MiragianCycle/OVIWr

    #vim #neovim #lazyvim #goyovim #plugin #linux #리눅스

  4. So I just learned about fzf, the "fuzzy finder", and its integration with your shell. OMG it's amazing!

    github.com/junegunn/fzf?tab=re

    freecodecamp.org/news/fzf-a-co

    You can pretty much just type ** (or ctrl-T) wherever you want a file. Do ctrl-R and get shell history search. Use alt-C to change directories.

    Very simple and SUPER useful!

    #shell #linux #commandLineTools

  5. From NWS Los Angeles:

    "Southwest California continues to be mired in a deep marine layer
    and strong onshore flow pattern as a result of persistent troughing along the West Coast. While not atypical to have low clouds in May and June, this year does seem to be a little more gloomy than usual. The trough is expected to start loosening its grip Sunday into next week that will bring about a warming trend, especially by Tuesday, with the main focus being the deserts and other areas far removed from the still chilly influence of the Pacific Ocean. "

    mesonet.agron.iastate.edu/wx/a

    #junegloom #marinelayer #LOX #NWSLosAngeles #CAwx

  6. I missed it but in #fzf version 0.48.0 the shell integration scripts are now embedded in the fzf binary. This simplifies the installation.

    fzf is an interactive unix filter for the command line

    github.com/junegunn/fzf

    #command_line #GoLang

  7. :vim: Y para este último post, he usado el plugin Goyo para no tener distracciones al escribir.

    Ojalá lo hubiera conocido antes.

    github.com/junegunn/goyo.vim?t

    #vim #writing #distractionfree

  8. While the incessant June gloom that began in MAY hangs over the flowers have emerged ready for summer to begin
    #Flowers #Dahlia #Iris #Gladiola #JuneGloom

  9. While the incessant June gloom that began in MAY hangs over the flowers have emerged ready for summer to begin
    #Flowers #Dahlia #Iris #Gladiola #JuneGloom

  10. The marine layer apparently stuck here in SoCal next week, still. NWS LOX: "A strong onshore flow pattern will keep a persistent and deep marine layer in place through next week. Night through morning low clouds and fog will with some afternoon clearing will continue as well. Drizzle or very light rain is possible each morning across coast and valleys. " #LosAngeles #fog #gray #JuneGloom #CAwx mesonet.agron.iastate.edu/wx/a

  11. CW: 길어서 가림. DeepSeek가 짜준 goyo.lua + 몇 가지 설정 자동 실행

    DeepSeek가 짜준 goyo.lua(몇 가지 설정 자동 실행)
    - Goyo 실행 시 seoul256 컬러스킴 자동 변경
    - Goyo 실행 시 set nu(set number) 적용하게 변경
    - Goyo의 설정값을 가로 120으로 변경함

    ※ 주의: 저는 lua를 전혀 다룰 줄 모릅니다. 저에게 코드·설정에 대해 여쭤보셔도 답을 드릴 수가 없습니다. 에러가 나오지 않을 때까지 계속 DeepSeek를 돌렸을 뿐입니다.

    ```lua

    return {
    "junegunn/goyo.vim",
    config = function()
    -- Goyo 전용 설정 함수
    local function setup_goyo()
    -- 원래 설정값 저장용 변수 (범위 확인!)
    local original_colorscheme = vim.g.colors_name
    local original_number = vim.wo.number
    local original_relativenumber = vim.wo.relativenumber
    local original_spelllang = vim.bo.spelllang -- 버퍼-로컬
    local original_spell = vim.wo.spell -- 창-로컬 (주의!)

    -- Goyo 진입 시 실행할 함수
    vim.api.nvim_create_autocmd("User", {
    pattern = "GoyoEnter",
    callback = function()
    -- 색상 테마 변경
    vim.cmd("colorscheme seoul256")
    -- 줄 번호 및 스펠링 설정
    vim.wo.number = true
    vim.wo.relativenumber = false
    vim.bo.spelllang = "en,cjk" -- 버퍼-로컬
    vim.wo.spell = true -- 창-로컬 (수정된 부분)
    -- Goyo 자체 설정
    vim.g.goyo_width = 120
    vim.g.goyo_linenr = 0
    end,
    })

    -- Goyo 종료 시 실행할 함수
    vim.api.nvim_create_autocmd("User", {
    pattern = "GoyoLeave",
    callback = function()
    -- 원래 설정으로 복구
    vim.cmd("colorscheme " .. original_colorscheme)
    vim.wo.number = original_number
    vim.wo.relativenumber = original_relativenumber
    vim.bo.spelllang = original_spelllang -- 버퍼-로컬
    vim.wo.spell = original_spell -- 창-로컬 (수정된 부분)
    end,
    })
    end

    -- Goyo 초기화
    setup_goyo()
    end,
    }

    ```

    #goyovim #vim #neovim #deepseek #linux #리눅스 #plugin

  12. A local auctioneer was selling lots of beads and jewelry findings, and I bought three lots in an online sale. When I arrived to pick them up, I was told that the unnamed woman who owned them had been collecting these supplies for years, intending to make jewelry, but died without having made a single piece. I wanted to cry, and dedicate this piece to her. I wish we could have met, #Jewelry #JewelryMaking #GlassNecklace

  13. Mocha Java. She is eight weeks old, and I have had her for two weeks. She likes to climb my pillow and sit on my head. Sweet baby.
    #cat #kitten #TortieCats #JustABaby