Skip to content
View acikgozb's full-sized avatar
🐧
rwxr-xr--
🐧
rwxr-xr--
  • Istanbul, Turkey
  • 08:53 (UTC +03:00)
  • LinkedIn in/acikgozb

Block or report acikgozb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
acikgozb/README.md

Welcome to my Github profile. πŸ‘‹

Hey there, glad to have you here.

Top Langs

Currently spending time on πŸš€

  • Exploring Terraform - curious about the differences between TF and AWS CDK.

Tech Stack

To see the technologies I frequently use, you can check my StackShare page. This is the place I try to keep as up-to-date as possible.

The projects and opinions are all my own.

Pinned Loading

  1. dotfiles dotfiles Public

    Contains configurations mainly for Neovim. Installation is automated with Ansible.

    YAML

  2. tcp-ip-journey tcp-ip-journey Public

    A collection of notes that explains the concepts I've encountered throughout my TCP/IP journey.

    1

  3. local-ci local-ci Public

    [PoC] Run your Jenkins pipelines locally.

    Dockerfile 1

  4. tempgen.nvim tempgen.nvim Public

    Bootstrap your file the way you want.

    Lua 4

  5. tmux-window.sh tmux-window.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    if [[ -z "$TMUX_PANE" ]]; then
    4
        echo "not in a tmux session"
    5
        exit 1