Skip to content

jbaltes/dotfiles

 
 

Repository files navigation

Linux

Use dfn to install all dotfiles in homedirectory.

Windows

Expecte the sources are in c:sources. A NTFS link is used to bring the vim files to the user directory. This has be done with adminstrator rights. Open command line with Start->Run command enter cmd and press CTRL+SHIFT+Enter.

cd c:\\Users\\<USER>
mklink .vimrc c:\\sources\\dotfiles\\.vimrc
mklink /D vimfiles c:\\sources\\dotfiles\\.vim

Fonts

To update the font cache use:

fc-cache -vf

Submodules

To install the submodules configured in .gitsubmodules just execute the following commands after cloning this repo.

git submodule init
git submodule udpate

Color Settings

Vim

TBD

XResources

TBD

Shell/Bash

if [ -d ~/dotfiles/base16-shell/ ]; then
    BASE16_SHELL="$HOME/dotfiles/base16-shell/base16-bright.dark.sh"
    [[ -s $BASE16_SHELL ]] && source $BASE16_SHELL
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 85.6%
  • Perl 12.3%
  • Shell 2.1%