sdwalker62 / dotfiles

My library of Linux dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This repository keeps an up-to-date record of my Linux dotfiles. Feel free to use/modify for your own use!

To use:

  1. clone this repo anywhere
  2. run ./setup.sh

The script setup.sh will create soft symbolic links from the git repository to the .config folder in your $HOME directory (or to another folder if the application does not use $HOME/.config for to store configuration files)

Pacman

Packages required:

pacman -Syu \
  git \
  make \
  nodejs \
  npm \
  rustup \
  python \
  neovim \
  xorg-mkfontscale \
  xorg-bdftopcf \
  xorg-font-util \
  dmenu \
  neofetch \
  gcc \
  xorg-xsetroot \
  freetype2 \
  libx11 \
  lixft \
  libxinerama \
  base-devel \
  fontconfig \
  imlib2 \
  libexif \
  xorg-xinit \
  fish \
  libnotify \
  libxss \
  lsof \
  xdg-utils

Fonts

The terminal and neovim editor require a nerfont from https://aur.archlinux.org/packages/nerd-fonts-complete

LunarVim

Add Lunar Vim to your path: export PATH="~/.local/bin:$PATH"

About

My library of Linux dot files


Languages

Language:Shell 66.0%Language:Lua 17.8%Language:Perl 16.1%