cswimr/home
Archived
Template
1
0
Fork 0

add lucem configuration and add nimble's binary path to $PATH

Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
Seaswimmer 2024-10-07 13:17:06 -04:00
parent bd8cbd94ca
commit 45c76fdef2
Signed by: cswimr
GPG key ID: A9C162E867C851FA
3 changed files with 30 additions and 1 deletions

23
.config/lucem/config.toml Normal file
View file

@ -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

3
.gitignore vendored
View file

@ -21,6 +21,9 @@
.config/btop/** .config/btop/**
!.config/btop/btop.conf !.config/btop/btop.conf
!.config/lucem/
!.config/lucem/**
# ############################### .zshc # ############################### .zshc
!.zshc/ !.zshc/
!.zshc/** !.zshc/**

5
.zshrc
View file

@ -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. # 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. # Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"