Configuration for my linux/osx workstation
local gitconfig is in .gitconfig_local
ln -s ~/dotfiles/gitconfig_global ~/.gitconfig
remove .bashrc and
ln -s ~/dotfiles/.bashrc ~/.bashrc
or append . ~/dotfiles/.bashrc to .bashrc
maps ctrl-y to windows-style autocomplete
ln -s ~/dotfiles/.inputrc ~/.inputrc
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
install latest neovim from https://github.com/neovim/neovim/blob/master/INSTALL.md#appimage-universal-linux-package
or add neovim-ppa to apt repos sudo add-apt-repository ppa:neovim-ppa/unstable -y
mkdir -p ~/.config/nvim
ln -s ~/dotfiles/nvim/ ~/.config/nvimlocal config in /nvim_init_local.lua
see https://github.com/junegunn/vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
https://github.com/gokcehan/lf
mkdir -p ~/.config/nvim
ln -s ~/dotfiles/lfrc ~/.config/lf/lfrc
https://github.com/gdbinit/Gdbinit/tree/master
ln -s ~/dotfiles/.gdbinit ~/.gdbinit
ln -s ~/dotfiles/.pythonrc ~/.pythonrc