Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
ccxnu committed May 3, 2024
1 parent 7551abe commit c695b96
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .config/fd/ignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@
!xrousbn/

# Home folders
Postman/
.cache/
.astro/
.cargo/
.java/
.p/
.pki/
.swt/
.vscode-oss/
.dbus/
.icons/
**.git/
Expand Down
2 changes: 1 addition & 1 deletion .local/bin/tools/gtk/settings.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Settings]
# Theme: Desert Purple - https://www.gnome-look.org/p/1449286/
gtk-theme-name=Desert-Dark
gtk-theme-name=Desert
gtk-application-prefer-dark-theme=1

# Font: Inter - https://rsms.me/inter/ or in oficial repo
Expand Down
22 changes: 22 additions & 0 deletions .local/bin/tools/postmanInstall.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Install Postman in any distro:
su -
gzip -d Postman-linux-x64-XXXXXtar.gz
tar -xvf Postman-linux-x64-XXXXX.tar
mv Postman/ /opt/postman
chmod +x /opt/postman/Postman
ln -s /opt/postman/Postman /usr/local/bin/postman

# CREATE DESKTOP ENTRY:
vim /usr/share/applications/postman.desktop
AND PUT THIS:

[Desktop Entry]
Encoding=UTF-8
Name=Postman
Comment=Postman
Exec=postman %U
Icon=/opt/postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true
1 change: 1 addition & 0 deletions .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ fi
## variables
PATH=$HOME/.local/bin:$HOME/.local/share/applications/:$HOME/.local/bin/statusbar:$PATH
PATH=/usr/local/texlive/2024/bin/x86_64-linux:$PATH
PATH=$HOME/.local/share/JetBrains/Toolbox/scripts:$PATH
export PATH
export EDITOR=nvim
export READER=zathura
Expand Down
3 changes: 0 additions & 3 deletions .zshenv
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
ZDOTDIR=~/.config/zsh

# bun completions
[ -s "/home/non/.bun/_bun" ] && source "/home/non/.bun/_bun"

0 comments on commit c695b96

Please sign in to comment.