mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-01 11:19:33 +00:00
~
This commit is contained in:
parent
1a174d8687
commit
3f09a45719
3 changed files with 10 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
set -g fish_greeting
|
set -g fish_greeting
|
||||||
|
fish_add_path /opt/apps/_bin
|
||||||
'';
|
'';
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
|
@ -138,6 +139,14 @@
|
||||||
};
|
};
|
||||||
tls = true;
|
tls = true;
|
||||||
}
|
}
|
||||||
|
# EFnet
|
||||||
|
{
|
||||||
|
addr = "irc.colosolutions.net";
|
||||||
|
join = [
|
||||||
|
"#cemetech"
|
||||||
|
];
|
||||||
|
port = 8080;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
scrollback = 65535;
|
scrollback = 65535;
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
gnumake # Tool to control the generation of non-source files from sources
|
gnumake # Tool to control the generation of non-source files from sources
|
||||||
godot_4 # Free and Open Source 2D and 3D game engine
|
godot_4 # Free and Open Source 2D and 3D game engine
|
||||||
gtk4 # Multi-platform toolkit for creating graphical user interfaces
|
gtk4 # Multi-platform toolkit for creating graphical user interfaces
|
||||||
imhex # Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM
|
|
||||||
jdk23 # Open-source Java Development Kit
|
jdk23 # Open-source Java Development Kit
|
||||||
just # Handy way to save and run project-specific commands
|
just # Handy way to save and run project-specific commands
|
||||||
meson # Open source, fast and friendly build system made in Python
|
meson # Open source, fast and friendly build system made in Python
|
||||||
|
@ -131,6 +130,7 @@
|
||||||
cemu-ti # Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
|
cemu-ti # Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features
|
||||||
flips # Patcher for IPS and BPS files
|
flips # Patcher for IPS and BPS files
|
||||||
ghidra # Software reverse engineering (SRE) suite of tools
|
ghidra # Software reverse engineering (SRE) suite of tools
|
||||||
|
libreoffice # Comprehensive, professional-quality productivity suite, a variant of openoffice.org
|
||||||
plugdata # Plugin wrapper around Pure Data to allow patching in a wide selection of DAWs
|
plugdata # Plugin wrapper around Pure Data to allow patching in a wide selection of DAWs
|
||||||
soteria # Polkit authentication agent written in GTK designed to be used with any desktop environment
|
soteria # Polkit authentication agent written in GTK designed to be used with any desktop environment
|
||||||
sunvox # Small, fast and powerful modular synthesizer with pattern-based sequencer
|
sunvox # Small, fast and powerful modular synthesizer with pattern-based sequencer
|
||||||
|
|
BIN
secrets/sourcehut.gpg
Normal file
BIN
secrets/sourcehut.gpg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue