based
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,3 +1,8 @@
|
||||
packer_compiled.lua
|
||||
flameshot.ini
|
||||
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
||||
7
arch-installer/Cargo.lock
generated
Normal file
7
arch-installer/Cargo.lock
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "arch-installer"
|
||||
version = "0.1.0"
|
||||
8
arch-installer/Cargo.toml
Normal file
8
arch-installer/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "arch-installer"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
5
arch-installer/src/main.rs
Normal file
5
arch-installer/src/main.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
1
arch-installer/target/.rustc_info.json
Normal file
1
arch-installer/target/.rustc_info.json
Normal file
@@ -0,0 +1 @@
|
||||
{"rustc_fingerprint":15731372244500551172,"outputs":{"15697416045686424142":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.67.1 (d5a82bbd2 2023-02-07)\nbinary: rustc\ncommit-hash: d5a82bbd26e1ad8b7401f6a718a9c57c96905483\ncommit-date: 2023-02-07\nhost: x86_64-unknown-linux-gnu\nrelease: 1.67.1\nLLVM version: 15.0.6\n","stderr":""},"10376369925670944939":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/benk/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
|
||||
3
arch-installer/target/CACHEDIR.TAG
Normal file
3
arch-installer/target/CACHEDIR.TAG
Normal file
@@ -0,0 +1,3 @@
|
||||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by cargo.
|
||||
# For information about cache directory tags see https://bford.info/cachedir/
|
||||
0
arch-installer/target/debug/.cargo-lock
Normal file
0
arch-installer/target/debug/.cargo-lock
Normal file
@@ -0,0 +1 @@
|
||||
e59d1462709270be
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":4936231744503104448,"features":"[]","target":3400825955169654745,"profile":7309141686862299243,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arch-installer-056fe2d5dde1f706/dep-bin-arch-installer"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
2cc37faa52debce5
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":4936231744503104448,"features":"[]","target":3400825955169654745,"profile":1021633075455700787,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arch-installer-97c981ca69cc9ded/dep-test-bin-arch-installer"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
@@ -0,0 +1 @@
|
||||
d3bf99b02c482e5f
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":4936231744503104448,"features":"[]","target":3400825955169654745,"profile":9251013656241001069,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arch-installer-c43bb0bd1c69f361/dep-bin-arch-installer"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
BIN
arch-installer/target/debug/arch-installer
Executable file
BIN
arch-installer/target/debug/arch-installer
Executable file
Binary file not shown.
1
arch-installer/target/debug/arch-installer.d
Normal file
1
arch-installer/target/debug/arch-installer.d
Normal file
@@ -0,0 +1 @@
|
||||
/home/benk/dotfiles/arch-installer/target/debug/arch-installer: /home/benk/dotfiles/arch-installer/src/main.rs
|
||||
@@ -0,0 +1,5 @@
|
||||
/home/benk/dotfiles/arch-installer/target/debug/deps/arch_installer-056fe2d5dde1f706.rmeta: src/main.rs
|
||||
|
||||
/home/benk/dotfiles/arch-installer/target/debug/deps/arch_installer-056fe2d5dde1f706.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
@@ -0,0 +1,5 @@
|
||||
/home/benk/dotfiles/arch-installer/target/debug/deps/arch_installer-97c981ca69cc9ded.rmeta: src/main.rs
|
||||
|
||||
/home/benk/dotfiles/arch-installer/target/debug/deps/arch_installer-97c981ca69cc9ded.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
BIN
arch-installer/target/debug/deps/arch_installer-c43bb0bd1c69f361
Executable file
BIN
arch-installer/target/debug/deps/arch_installer-c43bb0bd1c69f361
Executable file
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
/home/benk/dotfiles/arch-installer/target/debug/deps/arch_installer-c43bb0bd1c69f361: src/main.rs
|
||||
|
||||
/home/benk/dotfiles/arch-installer/target/debug/deps/arch_installer-c43bb0bd1c69f361.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"packages": [
|
||||
"fakeroot",
|
||||
"sudo",
|
||||
"vim",
|
||||
"man",
|
||||
"man-db",
|
||||
"yay",
|
||||
"git",
|
||||
"wget",
|
||||
|
||||
20
common/.gtkrc-2.0
Normal file
20
common/.gtkrc-2.0
Normal file
@@ -0,0 +1,20 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/benk/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Catppuccin-Mocha-Standard-Rosewater-Dark"
|
||||
gtk-icon-theme-name="Arc"
|
||||
gtk-font-name="DejaVu Sans Mono 10"
|
||||
gtk-cursor-theme-name="macOSBigSur"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintslight"
|
||||
gtk-xft-rgba="rgb"
|
||||
gtk-modules="gail:atk-bridge"
|
||||
@@ -8,7 +8,7 @@ plugins=(git fancy-ctrl-z fzf)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# more based keybinginds for regular ass typing
|
||||
source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
#source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
ZVM_VI_EDITOR=vim
|
||||
|
||||
# aliases
|
||||
@@ -27,7 +27,12 @@ alias la="exa -lagF --icons --git"
|
||||
alias ls="exa"
|
||||
#eval $(thefuck --alias)
|
||||
|
||||
#[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
source $HOME/.zshrc.local
|
||||
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
Reference in New Issue
Block a user