GithubHelp home page GithubHelp logo

dotfiles's Introduction

Usage

Installation

cd ~
git clone https://github.com/mikatpt/dotfiles.git
sudo bash install.sh
  • Make sure you clone this repository to your home directory!

  • If you would like to use fish as your default shell, after setup run the following command:

sudo chsh -s `which fish`

Teardown

sudo bash uninstall.sh

Configure without installing

This repository uses GNU stow to manage dotfiles: all folders and files in the src directory will be symlinked to your home directory.

# These scripts are also run during install.sh/uninstall.sh

# To stow
sudo bash configure.sh

# To unstow:
sudo bash unconfigure.sh

Informational

The install script sets up:

  • fish shell
  • Starship shell prompt
  • Neovim
  • golang
  • python3.9
  • nvm/nodeJS
  • rust

No promises on full idempotency.

Feature Highlights

CLI

  • ctrl-z to suspend any program (usually nvim), and ctrl-z again to return.
  • ctrl-r to fuzzy find through your command line history.
    • ctrl-n and ctrl-p cycle through options
  • ctrl-t to fuzzy find through child directories
  • Tab autocompletion, ctrl-f to autocomplete from history
  • zoxide: predictive cd; for example, z DIRNAME
  • tealdeer: type tldr COMMAND for a summary of options
  • fd-find/ripgrep/eza: improved versions of find/grep/ls

Neovim

  • tl;dr, files to check out for mappings and plugins:
    • src/.config/nvim/core/map.lua
    • src/.config/nvim/lua/modules/init.lua

dotfiles's People

Contributors

mikatpt avatar

Stargazers

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