Compare commits

..

No commits in common. "d3ec5c57c6d9b68606f85df4ab1ce3bc475c397f" and "6eb130ba862e4a2183871f5482e1261fd1c36233" have entirely different histories.

3 changed files with 21 additions and 26 deletions

View file

@ -14,11 +14,6 @@ local smart_splits = wezterm.plugin.require("https://github.com/mrjones2014/smar
-- Do not check for or show window with update information
config.check_for_updates = false
-- Improve wezterm graphical performance
config.front_end = "OpenGL"
config.max_fps = 144
config.animation_fps = 144
-- Font configuration
config.font = wezterm.font("Fisa Code")
config.font_size = 10.0

View file

@ -7,7 +7,6 @@
[
# Toolchains
gcc
jdk17
python313
# Typesetting

View file

@ -7,27 +7,28 @@
home-manager
# Useful system utilities
tree
bc
fd
vim
ranger
htop
scrot
jq
git
nmap
xclip
ripgrep
sshfs
feh
curl
wget
unzip
p7zip
];
tree # directory structure
bc # basic calculator
vim # editor
ranger # console file manager
htop # system monitor
scrot # screenshot
jq # JSON processor
git # version control
nmap # network mapper
xclip # clipboard
ripgrep # searches the current directory for a regex pattern
sshfs # mount filesystems over SSH
feh # image viewer
# List of directories to be symlinked to /run/current-system/sw
# HTTP
curl # transfer dato to/from server
wget # download files from web
# Archive
unzip # extract zip archive
p7zip # extract 7z archive
];
pathsToLink = ["/share/zsh"];
};