chore: 🧹
Just Tidying
This commit is contained in:
+4
-22
@@ -1,14 +1,3 @@
|
|||||||
# This is an example Hyprland config file.
|
|
||||||
# Refer to the wiki for more information.
|
|
||||||
# https://wiki.hyprland.org/Configuring/
|
|
||||||
|
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki
|
|
||||||
|
|
||||||
# You can split this configuration into multiple files
|
|
||||||
# Create your files separately and then link them to this file like this:
|
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
|
|
||||||
################
|
################
|
||||||
### MONITORS ###
|
### MONITORS ###
|
||||||
@@ -30,7 +19,7 @@ monitor = DP-2, preferred, auto, 1 # LG DualUpw
|
|||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = dolphin
|
$fileManager = dolphin
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
$editor = ~/.local/bin/zed
|
$editor = nvim
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### AUTOSTART ###
|
### AUTOSTART ###
|
||||||
@@ -40,9 +29,9 @@ $editor = ~/.local/bin/zed
|
|||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
|
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = $terminal
|
exec-once = [workspace 1 silent] $terminal
|
||||||
exec-once = $editor
|
exec-once = [workspace 1 silent] $editor
|
||||||
exec-once = [workspace 10 silent] spotify-launcher
|
exec-once = [workspace 10] spotify-launcher
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
@@ -137,15 +126,8 @@ misc {
|
|||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = gb
|
kb_layout = gb
|
||||||
kb_variant =
|
|
||||||
kb_model =
|
|
||||||
kb_options =
|
|
||||||
kb_rules =
|
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
+4
-20
@@ -2,36 +2,20 @@
|
|||||||
{
|
{
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
"position": "top", // Waybar position (top|bottom|left|right)
|
"position": "top", // Waybar position (top|bottom|left|right)
|
||||||
//"height": 46,// Waybar height (to be removed for auto height)
|
|
||||||
"width": 2460, // Waybar width
|
|
||||||
"spacing": 2, // Gaps between modules (4px)
|
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/arch",
|
|
||||||
//"custom/search",
|
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"temperature",
|
|
||||||
"battery",
|
|
||||||
"power-profiles-daemon",
|
|
||||||
"custom/cava_mviz",
|
|
||||||
"mpris",
|
"mpris",
|
||||||
//"wlr/taskbar"
|
|
||||||
"hyprland/window",
|
"hyprland/window",
|
||||||
],
|
],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": [
|
||||||
|
"hyprland/workspaces",
|
||||||
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"idle_inhibitor",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"backlight",
|
|
||||||
"network#speed",
|
|
||||||
"network",
|
"network",
|
||||||
"bluetooth",
|
"clock"
|
||||||
"hyprland/language",
|
|
||||||
"tray",
|
|
||||||
"custom/swaync",
|
|
||||||
"clock",
|
|
||||||
"custom/power",
|
|
||||||
],
|
],
|
||||||
//Modules configuration
|
//Modules configuration
|
||||||
|
|
||||||
|
|||||||
+2
-6
@@ -20,15 +20,13 @@
|
|||||||
|
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"disable-scroll": false,
|
"disable-scroll": true,
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"warp-on-scroll": true,
|
"warp-on-scroll": true,
|
||||||
"format": "{name}",
|
"format": "{name}: {icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"urgent": "",
|
|
||||||
"active": "",
|
"active": "",
|
||||||
"default": "",
|
"default": "",
|
||||||
"exec": "hyprctl clients -w -f"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* "wlr/taskbar": {
|
/* "wlr/taskbar": {
|
||||||
@@ -145,12 +143,10 @@
|
|||||||
"cpu": {
|
"cpu": {
|
||||||
"format": " {usage}%",
|
"format": " {usage}%",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"on-click": "kitty htop &"
|
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": " {}%",
|
"format": " {}%",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"on-click": "gnome-disks &"
|
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"interval": 10,
|
"interval": 10,
|
||||||
|
|||||||
+6
-10
@@ -8,10 +8,6 @@
|
|||||||
window#waybar {
|
window#waybar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: @teal;
|
color: @teal;
|
||||||
border-radius: 7rem;
|
|
||||||
border-width: 2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-color: @teal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.empty #window {
|
window#waybar.empty #window {
|
||||||
@@ -73,11 +69,11 @@ window#waybar.empty #window {
|
|||||||
|
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
border-radius: 7rem;
|
border-radius: 1px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
/*border-width: 2px;
|
/* border-width: 1px; */
|
||||||
border-style: solid;
|
/* border-style: solid; */
|
||||||
border-color: @teal;*/
|
/* border-color: @teal; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
@@ -184,8 +180,8 @@ window#waybar.empty #window {
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @teal;
|
color: @teal;
|
||||||
margin-left: 5px;
|
margin-left: 15px;
|
||||||
margin-right: 5px;
|
margin-right:15px;
|
||||||
}
|
}
|
||||||
#window:hover {
|
#window:hover {
|
||||||
background-color: @maroon;
|
background-color: @maroon;
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
// Zed keymap
|
||||||
|
//
|
||||||
|
// For information on binding keys, see the Zed
|
||||||
|
// documentation: https://zed.dev/docs/key-bindings
|
||||||
|
//
|
||||||
|
// To see the default key bindings run `zed: open default keymap`
|
||||||
|
// from the command palette.
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"context": "Workspace",
|
||||||
|
"bindings": {
|
||||||
|
// "shift shift": "file_finder::Toggle"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "Editor",
|
||||||
|
"bindings": {
|
||||||
|
// "j k": ["workspace::SendKeystrokes", "escape"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
+303
@@ -539,3 +539,306 @@ sudo pacman -S ttf-font-awesome waybar ttf-jetbrains-mono-nerd ttf-nerd-fonts-sy
|
|||||||
: 1746947105:0;cd ../dotfiles
|
: 1746947105:0;cd ../dotfiles
|
||||||
: 1746947109:0;gs
|
: 1746947109:0;gs
|
||||||
: 1746947115:0;ga .
|
: 1746947115:0;ga .
|
||||||
|
: 1746947117:0;gc
|
||||||
|
: 1746947156:0;gp
|
||||||
|
: 1746947808:0;cd src
|
||||||
|
: 1746947819:0;uv run verity.py
|
||||||
|
: 1746948170:0;uv run tests/test_verity_config.py
|
||||||
|
: 1746948431:0;uv run test_verity_config.py
|
||||||
|
: 1746948569:0;uv run tests/test_verity_config.py
|
||||||
|
: 1746948818:0;uv remove pydantic
|
||||||
|
: 1746949567:0;uv run tests/test_config.py
|
||||||
|
: 1746949971:0;cd ..
|
||||||
|
: 1746949979:0;uv run src/tests/test_config.py
|
||||||
|
: 1746950074:0;cd src
|
||||||
|
: 1746950082:0;uv run test_config.py
|
||||||
|
: 1746950297:0;ls -l config_files/bad_config.yaml\
|
||||||
|
|
||||||
|
: 1746950350:0;uv run test_config.py
|
||||||
|
: 1746950692:0;uv run tests/test_config.py
|
||||||
|
: 1746950843:0;cd verity
|
||||||
|
: 1746950846:0;cd src
|
||||||
|
: 1746950849:0;uv run tests/test_config.py
|
||||||
|
: 1746951106:0;uv run unittest
|
||||||
|
: 1746951257:0;uv run unittest tests
|
||||||
|
: 1746951391:0;uv run tests/test_config.py
|
||||||
|
: 1746951483:0;cd ~
|
||||||
|
: 1746951488:0;cd verity/src
|
||||||
|
: 1746951491:0;uv run tests/test_config.py
|
||||||
|
: 1746951657:0;ga .
|
||||||
|
: 1746951661:0;uv run tests/test_config.py
|
||||||
|
: 1746951687:0;uv add pytest
|
||||||
|
: 1746953340:0;uv run pytest
|
||||||
|
: 1746954520:0;uv run pytest -v
|
||||||
|
: 1746954713:0;ga .
|
||||||
|
: 1746954717:0;gc
|
||||||
|
: 1746954783:0;ruff check --fix
|
||||||
|
: 1746954865:0;uv add ruff
|
||||||
|
: 1746954877:0;uv ruff check
|
||||||
|
: 1746954889:0;uv run ruff
|
||||||
|
: 1746954897:0;uv run ruff check
|
||||||
|
: 1746955951:0;ga .
|
||||||
|
: 1746955956:0;gds
|
||||||
|
: 1746955970:0;gc
|
||||||
|
: 1746956008:0;gp
|
||||||
|
: 1746956070:0;gd
|
||||||
|
: 1746956090:0;ga .
|
||||||
|
: 1746956096:0;gc
|
||||||
|
: 1746956125:0;cd ..
|
||||||
|
: 1746956129:0;ga .
|
||||||
|
: 1746956181:0;gc
|
||||||
|
: 1746956219:0;gp
|
||||||
|
: 1746956259:0;uv sync
|
||||||
|
: 1746956266:0;uv tree
|
||||||
|
: 1746956304:0;uv run pytest
|
||||||
|
: 1746956321:0;uv run ruff check
|
||||||
|
: 1746956328:0;uv run pytest src
|
||||||
|
: 1746956347:0;uv run src/pytest
|
||||||
|
: 1746956357:0;uv run pytest src
|
||||||
|
: 1746956361:0;uv run pytest src/
|
||||||
|
: 1746956990:0;uv run pytest
|
||||||
|
: 1746957209:0;cd src
|
||||||
|
: 1746957212:0;uv run pytest
|
||||||
|
: 1746957231:0;cd ...
|
||||||
|
: 1746957237:0;cd ..
|
||||||
|
: 1746957240:0;ga .
|
||||||
|
: 1746957245:0;gc
|
||||||
|
: 1746957278:0;gp
|
||||||
|
: 1746957327:0;uv tree
|
||||||
|
: 1746957335:0;uv add ruff
|
||||||
|
: 1746957340:0;uv tree
|
||||||
|
: 1746957353:0;ga .
|
||||||
|
: 1746957355:0;gc
|
||||||
|
: 1746957375:0;gp
|
||||||
|
: 1746957461:0;uv run pytest
|
||||||
|
: 1746957485:0;clear
|
||||||
|
: 1746959080:0;cd src
|
||||||
|
: 1746959086:0;uv run verity.py
|
||||||
|
: 1746959168:0;uv run ruff check --output-format=github
|
||||||
|
: 1746959174:0;cd ..
|
||||||
|
: 1746959177:0;uv run ruff check --output-format=github
|
||||||
|
: 1746959181:0;uv run ruff check
|
||||||
|
: 1746959344:0;ruff format
|
||||||
|
: 1746959353:0;gd
|
||||||
|
: 1746959426:0;ruff format
|
||||||
|
: 1746961770:0;gl
|
||||||
|
: 1746961804:0;gs
|
||||||
|
: 1746961813:0;gr
|
||||||
|
: 1746961818:0;gs
|
||||||
|
: 1746961831:0;cd ../verity
|
||||||
|
: 1746961847:0;gd
|
||||||
|
: 1746961851:0;gr
|
||||||
|
: 1746961877:0;gs
|
||||||
|
: 1746961883:0;gd
|
||||||
|
: 1746961887:0;gds
|
||||||
|
: 1746961926:0;gu
|
||||||
|
: 1746962369:0;gs
|
||||||
|
: 1746962379:0;git status
|
||||||
|
: 1746962413:0;git reset --hard
|
||||||
|
: 1746962420:0;gs
|
||||||
|
: 1746962505:0;gn feature/adding_web_ui
|
||||||
|
: 1746962508:0;gp
|
||||||
|
: 1746962591:0;cd src
|
||||||
|
: 1746962717:0;gcl git@github.com:Jake-Pullen/jake-pullen.github.io.git
|
||||||
|
: 1746962916:0;uv run verity.py
|
||||||
|
: 1746963726:0;ls verity/src/front/static
|
||||||
|
: 1746963771:0;cat verity/src/front/templates/base.html\
|
||||||
|
|
||||||
|
: 1746963949:0;ls verity/src/front/static
|
||||||
|
: 1746964507:0;uv run verity.py
|
||||||
|
: 1746968602:0;cd verity
|
||||||
|
: 1746968610:0;gd
|
||||||
|
: 1746968672:0;ga .
|
||||||
|
: 1746968675:0;gc
|
||||||
|
: 1746969109:0;steam
|
||||||
|
: 1746979543:0;cd verity
|
||||||
|
: 1746979654:0;cd src
|
||||||
|
: 1746979659:0;uv run verity.py
|
||||||
|
: 1746980092:0;cd verity/src
|
||||||
|
: 1746980096:0;uv run verity.py
|
||||||
|
: 1746983483:0;ollama run gemma3
|
||||||
|
: 1746984155:0;uv run verity.py
|
||||||
|
: 1746984754:0;ga .
|
||||||
|
: 1746984761:0;gc
|
||||||
|
: 1746984791:0;gp
|
||||||
|
: 1746984969:0;ruff check
|
||||||
|
: 1746984983:0;ruff check --fix
|
||||||
|
: 1746984999:0;uv run pytest -v
|
||||||
|
: 1746985004:0;cd src
|
||||||
|
: 1746985007:0;uv run pytest -v
|
||||||
|
: 1746985021:0;cd ..
|
||||||
|
: 1746985113:0;pacman -Ss chromium
|
||||||
|
: 1746987862:0;uv run verity.py
|
||||||
|
: 1746988380:0;steam
|
||||||
|
: 1746988808:0;cd verity
|
||||||
|
: 1746988812:0;ga .
|
||||||
|
: 1746988814:0;gc
|
||||||
|
: 1746988839:0;gp
|
||||||
|
: 1746994739:0;shutdown
|
||||||
|
: 1747070047:0;yum qutebrowser
|
||||||
|
: 1747070059:0;yay qutebrowser
|
||||||
|
: 1747070224:0;sudo pacman -S neovim
|
||||||
|
: 1747070235:0;nvim
|
||||||
|
: 1747071296:0;cd .config
|
||||||
|
: 1747071296:0;ls
|
||||||
|
: 1747071308:0;nvim QtProject.conf
|
||||||
|
: 1747071359:0;cd qutebrowser
|
||||||
|
: 1747071361:0;ls
|
||||||
|
: 1747071471:0;touch config.py
|
||||||
|
: 1747071480:0;nvim config.py
|
||||||
|
: 1747071625:0;cd greasemonkey
|
||||||
|
: 1747071628:0;ls
|
||||||
|
: 1747071644:0;touch yt-adds.js
|
||||||
|
: 1747071650:0;nvim yt-adds.js
|
||||||
|
: 1747071680:0;cd ..
|
||||||
|
: 1747071683:0;ls
|
||||||
|
: 1747071699:0;mkdir styles
|
||||||
|
: 1747071702:0;cd styles
|
||||||
|
: 1747071716:0;touch youtube-tweaks.css
|
||||||
|
: 1747071723:0;nano youtube-tweaks.css
|
||||||
|
: 1747071751:0;nvim youtube-tweaks.css
|
||||||
|
: 1747071762:0;cat youtube-tweaks.css
|
||||||
|
: 1747071765:0;clear
|
||||||
|
: 1747071774:0;cd ..
|
||||||
|
: 1747071781:0;nvim config.py
|
||||||
|
: 1747072111:0;qutebrowser
|
||||||
|
: 1747083793:0;shutdown
|
||||||
|
: 1747141193:0;shutdown now
|
||||||
|
: 1747465903:0;nvim
|
||||||
|
: 1747466033:0;cd .config/
|
||||||
|
: 1747466034:0;ls
|
||||||
|
: 1747466083:0;git clone git@github.com:Jake-Pullen/kickstart.nvim.git ./nvim
|
||||||
|
: 1747466087:0;ls
|
||||||
|
: 1747466099:0;nvim
|
||||||
|
: 1747466201:0;cd .config/nvim
|
||||||
|
: 1747466206:0;nvim init.lua
|
||||||
|
: 1747466370:0;nvim
|
||||||
|
: 1747466479:0;nvim init.lua
|
||||||
|
: 1747466539:0;cd verity
|
||||||
|
: 1747466540:0;ls
|
||||||
|
: 1747466546:0;cd src
|
||||||
|
: 1747466547:0;ls
|
||||||
|
: 1747466555:0;nvim verity.py
|
||||||
|
: 1747466813:0;sudo pacman -Qg nerd-fonts | wc -l
|
||||||
|
: 1747466900:0;sudo pacman -S $(pacman -gq nerd-fonts)
|
||||||
|
: 1747466918:0;sudo pacman -S $(pacman -Sgq nerd-fonts)
|
||||||
|
: 1747466952:0;cd ~
|
||||||
|
: 1747466966:0;cd .config/zsh
|
||||||
|
: 1747466967:0;ls
|
||||||
|
: 1747466972:0;cd ..
|
||||||
|
: 1747466974:0;ls
|
||||||
|
: 1747467047:0;nvim init.lua
|
||||||
|
: 1747467072:0;cd nvim
|
||||||
|
: 1747467073:0;ls
|
||||||
|
: 1747467079:0;cd lua
|
||||||
|
: 1747467080:0;ls
|
||||||
|
: 1747467252:0;sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
|
||||||
|
: 1747467275:0;nvim init.lua
|
||||||
|
: 1747467330:0;cd ~/verity/src
|
||||||
|
: 1747467336:0;ls
|
||||||
|
: 1747467348:0;nvim data_handler.py
|
||||||
|
: 1747468421:0;nvim init.lua
|
||||||
|
: 1747469149:0;cd verity/src
|
||||||
|
: 1747469154:0;nvim verity.py
|
||||||
|
: 1747469984:0;clear
|
||||||
|
: 1747470514:0;nvim init.lua
|
||||||
|
: 1747470526:0;nvim verity.py
|
||||||
|
: 1747470541:0;nvim data_handler.py
|
||||||
|
: 1747470842:0;uv run verity.py
|
||||||
|
: 1747471050:0;cd ..
|
||||||
|
: 1747471055:0;git add .
|
||||||
|
: 1747471061:0;git commit
|
||||||
|
: 1747471125:0;gs
|
||||||
|
: 1747471134:0;gp
|
||||||
|
: 1747471317:0;sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim npm node
|
||||||
|
: 1747471515:0;uv add pyright
|
||||||
|
: 1747471586:0;clear
|
||||||
|
: 1747471589:0;nvim data_handler.py
|
||||||
|
: 1747471630:0;sudo pacman -S python-venv
|
||||||
|
: 1747471638:0;sudo pacman -S python3-venv
|
||||||
|
: 1747471647:0;sudo pacman -Ss python-venv
|
||||||
|
: 1747471654:0;sudo pacman -Ss venv
|
||||||
|
: 1747471689:0;ls -la
|
||||||
|
: 1747471709:0;nvim pyproject.toml
|
||||||
|
: 1747471748:0;cd src
|
||||||
|
: 1747471751:0;uv run verity.py
|
||||||
|
: 1747471818:0;nvim init.lua
|
||||||
|
: 1747472010:0;nvim data_handler.py
|
||||||
|
: 1747472160:0;clear
|
||||||
|
: 1747472605:0;uv remove pyright
|
||||||
|
: 1747472614:0;uv add ty
|
||||||
|
: 1747472801:0;uv remove ty
|
||||||
|
: 1747472809:0;cd ~
|
||||||
|
: 1747472821:0;uvx ty
|
||||||
|
: 1747472835:0;cd verity
|
||||||
|
: 1747472856:0;uvx ty check
|
||||||
|
: 1747473599:0;nvim verity.py
|
||||||
|
: 1747473665:0;nvim data_handler.py
|
||||||
|
: 1747474262:0;cd verity
|
||||||
|
: 1747474263:0;ls
|
||||||
|
: 1747474271:0;nvim pyproject.toml
|
||||||
|
: 1747474385:0;nvim data_handler.py
|
||||||
|
: 1747474403:0;cd ../.config/nvim
|
||||||
|
: 1747474411:0;nvim init.lua
|
||||||
|
: 1747474485:0;nvim data_handler.py
|
||||||
|
: 1747474503:0;nvim init.lua
|
||||||
|
: 1747474668:0;nvim data_handler.py
|
||||||
|
: 1747474697:0;nvim pyproject.toml
|
||||||
|
: 1747474802:0;nvim data_handler.py
|
||||||
|
: 1747475172:0;nvim init.lua
|
||||||
|
: 1747475239:0;nvim data_handler.py
|
||||||
|
: 1747475441:0;nvim init.lua
|
||||||
|
: 1747475622:0;nvim data_handler.py
|
||||||
|
: 1747475637:0;nvim pyproject.toml
|
||||||
|
: 1747475734:0;nvim data_handler.py
|
||||||
|
: 1747475785:0;ruff check
|
||||||
|
: 1747475792:0;pylsp
|
||||||
|
: 1747475799:0;nvim init.lua
|
||||||
|
: 1747475863:0;nvim data_handler.py
|
||||||
|
: 1747476008:0;nvim pyproject.toml
|
||||||
|
: 1747476825:0;uvx server
|
||||||
|
: 1747476839:0;uvx ty server
|
||||||
|
: 1747477629:0;ruff check --fix
|
||||||
|
: 1747477748:0;uvx ty check
|
||||||
|
: 1747478605:0;git add .
|
||||||
|
: 1747478610:0;git commit
|
||||||
|
: 1747478650:0;gp
|
||||||
|
: 1747478764:0;nvim init.lua
|
||||||
|
: 1747478793:0;nvim data_handler.py
|
||||||
|
: 1747478859:0;ga init.lua
|
||||||
|
: 1747478866:0;gc
|
||||||
|
: 1747478912:0;gp
|
||||||
|
: 1747479917:0;nvim pyproject.toml
|
||||||
|
: 1747482652:0;ls
|
||||||
|
: 1747482656:0;cd src
|
||||||
|
: 1747482657:0;ls
|
||||||
|
: 1747485848:0;cd dotfiles
|
||||||
|
: 1747485849:0;ls
|
||||||
|
: 1747485858:0;cd waybar
|
||||||
|
: 1747485859:0;ls
|
||||||
|
: 1747485871:0;nvim config.jsonc
|
||||||
|
: 1747486172:0;nvim modules.json
|
||||||
|
: 1747486264:0;cd dotfiles/waybar
|
||||||
|
: 1747486265:0;ls
|
||||||
|
: 1747486269:0;nvim config.jsonc
|
||||||
|
: 1747486420:0;cd dotfiles/waybar
|
||||||
|
: 1747486421:0;ls
|
||||||
|
: 1747486557:0;nvim style.css
|
||||||
|
: 1747487068:0;cd ..
|
||||||
|
: 1747487080:0;cd hypr
|
||||||
|
: 1747487082:0;ls
|
||||||
|
: 1747487091:0;nvim hyprland.conf
|
||||||
|
: 1747487342:0;shutdown -r now
|
||||||
|
: 1747487403:0;cd dotfiles/waybar
|
||||||
|
: 1747487404:0;ls
|
||||||
|
: 1747487412:0;nvim config.jsonc
|
||||||
|
: 1747487417:0;waybar
|
||||||
|
: 1747487790:0;nvim
|
||||||
|
: 1747487804:0;nvim .
|
||||||
|
: 1747488185:0;waybar
|
||||||
|
: 1747488323:0;nvim .
|
||||||
|
: 1747488372:0;waybar
|
||||||
|
: 1747488569:0;clear
|
||||||
|
: 1747488571:0;waybar
|
||||||
|
: 1747488811:0;cd ..
|
||||||
|
: 1747488816:0;ga .
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@ RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f'
|
|||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
export EDITOR=~/.local/bin/zed
|
export EDITOR=~/.local/bin/zed
|
||||||
export GIT_EDITOR=nano
|
export GIT_EDITOR=nvim
|
||||||
|
|
||||||
# Fixing zsh history problems on multiple terminals
|
# Fixing zsh history problems on multiple terminals
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
|
|||||||
Reference in New Issue
Block a user