Skip to content

benstannard/dotfiles

Repository files navigation

Configs and dotfiles for new machines

You can run bash.build script or manually create symbolic links to files. $ ln -s ~$HOME/dotfiles/bashrc ~/.bashrc

VIM

vim-plug
Download plug.vim and put it in the "autoload" directory .vim/autoload.

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

BASH

bat / batcat upgrade of cat. mapped to r.
ripgrep alternative to grep, mapped to s.

$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
$ sudo dpkg -i ripgrep_13.0.0_amd64.deb

fdfind alternative to find. mapped to f.

exa alternative to ls. mapped to e.

fzf upgrade CTRL-R bash history search.

$ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
$ ~/.fzf/install

git-delta upgrade git diff.

$ curl -LO <new-release>
$ sudo dpkg -i new-release-file.deb

TODO: Libraries that look fun

About

Configs for new machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •