mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Adding machine specific configuration
This commit is contained in:
@@ -136,6 +136,7 @@ $mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod SHIFT, Q, exec, kitty -o background=##03045e -o foreground=##ffffff -d $(pwd) ssh ctf-vm
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, nemo
|
||||
|
||||
@@ -2,3 +2,6 @@
|
||||
# Exaples:
|
||||
# export NAME="VALUE"
|
||||
# export PATH="$PATH:/newPath"
|
||||
export PATH="$PATH:/opt/flutter/bin/"
|
||||
|
||||
export CAPACITOR_ANDROID_STUDIO_PATH="/home/daniele/.local/share/JetBrains/Toolbox/apps/android-studio/bin/studio.sh"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
Reference in New Issue
Block a user