GithubHelp home page GithubHelp logo

configs's Introduction

My Configuration Files

There are the configuration files that I use for my default development environment both on Linux and MacOS.

Here is the list of tools I am using:

Basic usage

All the tools necessary have to be installed on the target platform, be it Linux on MacOS. Then just clone the repo somewhere and create symlinks from default paths to config files on this platform to the files or folders in the cloned repository.

For me in the case of MacOS it would look like this:

~/.config/alacritty -> ~/github.com/montekki/configs/alacritty
~/.config/fish -> ~/github.com/montekki/configs/fish
~/.config/nvim -> ~/github.com/montekki/configs/nvim
~/.config/starship.toml -> ~/github.com/montekki/configs/starship/starship.toml

fzf + gh

fzf is a really cool fuzzy-finder that I use any time I have a chance to. For example, you can write convenience wrappers for fzf and gh github cli:

configs/fish/config.fish

Lines 41 to 46 in da49ff6

function ghpr
env GH_FORCE_TTY=100% gh pr list |
fzf --ansi --preview 'GH_FORCE_TTY=100% gh pr view {1}' --preview-window down --header-lines 3 |
awk '{print $1}' |
xargs gh pr checkout
end

configs's People

Contributors

montekki avatar

Stargazers

 avatar

Watchers

 avatar

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.