Giter Site home page Giter Site logo

.dotfiles's Introduction

Description

This repository contains my dotfiles and configs:

  • .bashrc
  • .inputrc
  • .tmux.info
  • .gitconfig
  • nvim

List of tools I am using

Installation steps

  1. Git clone this repo

  2. Getting the tools: Many tools listed above can be installed from package manager. If for whatever reason you don't want to use package manager, you can also install them manually. For my current Fedora setup I am installing listed below with dnf:

    sudo dnf install -y \
    tmux \
    git \
    python \
    neovim \
    trash-cli \
    git-delta \
    ripgrep \
    fd-find \
    bat \
    bear \
    neofetch \
    npm
    

    npm is there because some languege servers are using it

    * And those I install manually by downloading and extracting them into ~/tools/:

    • fff
    • forgit

    Manuall installation for above:

    • fff: run make install
    • forgit: will be sourced from .bashrc

    If another tools would be downloaded manually, for example nvim, make a sym link of its binary into ~/bin

    fzf requires another approach if you want to have fuzzy auto-completion and additional key bindings.

    cd ~/tools
    git clone --depth 1 https://github.com/junegunn/fzf.git ./fzf
    ./fzf/install --all
    
  3. * Create sym links

    • /path/to/repo/.tmux.conf -> ~/.tmux.conf
    • /path/to/repo/.inputrc -> ~/.inputrc
    • /path/to/repo/nvim -> ~/.config/nvim
    • /path/to/repo/.gdbinit -> ~/.gdbinit
  4. * Modify current configs to source (include) my configs

    • to ~/.bashrc add [ -f /path/to/repo/.bashrc ] && source /path/to/repo/.bashrc
    • to ~/.gitconfig add
      [include]
          path = /path/to/repo/.gitconfig
      
  5. Use color_test.sh script inside tmux session to check if colors are right Also this is nice alternative: curl -L https://bit.ly/3A5B3u3 | python3 | less -R

* Those steps are already automated in install.py script, you can use it by running python install.py

Miscellaneous

There are also two folders not mentioned before:

  1. configs_for_remote: minimal configs for working on temporary remote machine
  2. unsuded_stuff: old / not finished scripts or configs

.dotfiles's People

Contributors

michalwitwicki avatar witwickimichal 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.