Skip to content

crash5/.config

Repository files navigation

Config

Install

Clone repository

Bash

In bash or git bash:

~/.config/bootstrap.sh

sed -i "1s/^/\. ~\/.config\/bash\/profile\n/" ~/.profile
echo ". ~/.config/bash/bashrc" >> ~/.bashrc

ln -s $XDG_CONFIG_HOME/vim/vimrc ~/.vimrc

# Git for windows
echo ". ~/.profile" >> ~/.bash_profile
echo ". ~/.bashrc" >> ~/.bash_profile

Windows

  • For XDG dir setup: bootstrap.cmd
  • To create link for config files: bootstrap-links.cmd

Other

Local changes

  • Git: ~/.local/share/git/gitconfig
  • Vim: ~/.local/share/vim/vimrc
  • Bash: ~/.local/share/bash/bashrc

VS Code

Plugins:

Notepad++

Set the cloud directory: Settings -> Preferences -> Cloud

Menu ids:

Beyond Compare

It's look like BC can't write linked files so have to use the registry.

In command line:

reg add "HKCU\Software\Scooter Software" /f /v SettingsPath /d "c:\Users\<USER NAME>\.config\bcompare"

Firefox

Install search providers: https://crash5.github.io/.config/firefox/searchengines/

Apps


Sources: