diff --git a/.config/lucem/config.toml b/.config/lucem/config.toml new file mode 100644 index 0000000..7046405 --- /dev/null +++ b/.config/lucem/config.toml @@ -0,0 +1,23 @@ +[apk] + version = "" + +[lucem] + discord_rpc = true + notify_server_region = true + loading_screen = true + polling_delay = 0 + +[tweaks] + oldOof = true + moon = "" + sun = "" + font = "" + +[client] + fps = 9999 + launcher = "" + backend = "x11" + telemetry = false + fflags = "\n\nFIntDebugForceMSAASamples=4" + apkUpdates = true + diff --git a/.gitignore b/.gitignore index 01de44e..83836ac 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ .config/btop/** !.config/btop/btop.conf +!.config/lucem/ +!.config/lucem/** + # ############################### .zshc !.zshc/ !.zshc/** diff --git a/.zshrc b/.zshrc index 7fd611e..02c7150 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,8 @@ +# Set Nimble's installation directory so it can be used in $PATH +export NIMBLE_DIR=$HOME/.nimble + # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$PATH +export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$NIMBLE_DIR/bin:$PATH # Path to your Oh My Zsh installation. export ZSH="$HOME/.oh-my-zsh"