vossmalte / dotfiles

My way of 'working'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration

This repository should be your ~/.config.

fish Installation

brew install fish
chsh -s $(which fish)
fish
brew install starship
# use starship config from this repo

Important software

  • n

  • neovim: brew install neovim

  • AstroNvim

  • kitty brew install kitty

  • TinyTeX

    • wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
    • missing packages for Eisvogel: tlmgr install koma-script and these
  • Eisvogel Pandoc Template

  • pandoc: brew install pandoc

WSL - Windows Subsystem for Linux

WSL is awesome, vscode also has a nice integration for WSL. Your repository can live in Linux and your VS Code will run natively in Windows.

Fix font

Use Windows Terminal so you have tabs and stuff. Install a font from https://www.nerdfonts.com and select it in the settings of Windows Terminal:

{
                "guid": "{07b52e3e-de2c-5db4-bd2d-asdf}",
                "hidden": false,
                "name": "Ubuntu-20.04",
                "source": "Windows.Terminal.Wsl",
                "fontFace": "BitstreamVeraSansMono NF",
                "bellStyle": "none",
                "startingDirectory": "\\\\wsl$\\Ubuntu-20.04\\home\\malte"
            }

XServer

Want to run a graphical program from WSL? Install vcxsrv.

About

My way of 'working'


Languages

Language:Lua 62.4%Language:Shell 32.6%Language:Python 5.0%