geekingfrog / configFiles

Various config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zsh

ln -s .zshrc ~/
ln -s geekingfrog.zsh ~/.oh-my-zsh/custom

i3

Requires i3wm and i3status-rust

mkdir -p ${XDG_CONFIG:-$HOME/.config}/i3
ln -s ${PWD}/i3/desktop_config ${XDG_CONFIG:-$HOME/.config}/i3/config
ln -s ${PWD}/i3/desktop_status.toml ${XDG_CONFIG:-$HOME/.config}/i3/status.toml

Term

make term_config

Git

Symlink .gitconfig or copy paste the useful stuff inside.

Rofimoji extra

mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/rofimoji/data" && cp emojis_smileys_emotion.additional.csv ${XDG_DATA_HOME:-$HOME/.local/share}/rofimoji/data/

About

Various config files


Languages

Language:Shell 34.3%Language:Fennel 31.7%Language:Lua 17.0%Language:Vim Script 12.2%Language:Clojure 1.9%Language:Makefile 1.6%Language:CSS 1.3%