From 5f0e53aee10174067e3a082acb37679ce8383ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Dom=C3=ADnguez=20Ochoa?= Date: Sat, 12 Jul 2025 20:55:22 +0200 Subject: [PATCH] adjust README --- README.md | 5 ++++- telegram/.config/autostart/org.telegram.desktop.desktop | 5 +++++ zsh/.zprofile | 2 -- zsh/.zshenv | 2 ++ 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100755 telegram/.config/autostart/org.telegram.desktop.desktop diff --git a/README.md b/README.md index 13cf996..33cdbcc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ dotfiles/ ## Dependencies +### Fonts + +- [Jetbrains Mono Nerd Font](https://www.nerdfonts.com/font-downloads) + ### Core Tools - **Terminal**: [Alacritty](https://github.com/alacritty/alacritty) @@ -149,7 +153,6 @@ chsh -s /bin/zsh ``` 4. **Set up tmux plugins**: - - Start a tmux session - Press `C-b I` to install plugins diff --git a/telegram/.config/autostart/org.telegram.desktop.desktop b/telegram/.config/autostart/org.telegram.desktop.desktop new file mode 100755 index 0000000..a619d79 --- /dev/null +++ b/telegram/.config/autostart/org.telegram.desktop.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=org.telegram.desktop +Exec=bash -c "flatpak run --command=telegram-desktop org.telegram.desktop -startintray" +X-Flatpak=org.telegram.desktop diff --git a/zsh/.zprofile b/zsh/.zprofile index 21ebb10..94e0b25 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,8 +1,6 @@ export PATH=~/.local/bin:$PATH export PATH=$DOTFILES/scripts/hcf/:$PATH -. "$HOME/.cargo/env" - case "$(uname -s)" in Linux*) { eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" diff --git a/zsh/.zshenv b/zsh/.zshenv index 25b9a77..d3d14a8 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -19,3 +19,5 @@ export MANPAGER='nvim +Man!' export SSH_ENV="$HOME/.ssh/agent-environment" export GOPRIVATE=gitlab.company.com + +. "$HOME/.cargo/env"