Added VsCode and an alias to edit LaTeX files
This commit is contained in:
@ -8,7 +8,7 @@ alias py="python3"
|
|||||||
#alias mcrow="sudo micro"
|
#alias mcrow="sudo micro"
|
||||||
alias mcrow="echo 'you better try to use nvim you little shit! :3'"
|
alias mcrow="echo 'you better try to use nvim you little shit! :3'"
|
||||||
alias srcals="source /etc/nixos/other/aliases && echo 'Sourced Aliases ... successful!'"
|
alias srcals="source /etc/nixos/other/aliases && echo 'Sourced Aliases ... successful!'"
|
||||||
|
alias please="sudo"
|
||||||
|
|
||||||
|
|
||||||
alias neofetch="fastfetch"
|
alias neofetch="fastfetch"
|
||||||
@ -47,3 +47,6 @@ alias kde-theme-apply="source /etc/nixos/plasma/konsave.sh"
|
|||||||
alias exit-hyprland="hyprctl dispatch exit"
|
alias exit-hyprland="hyprctl dispatch exit"
|
||||||
alias hyprland-exit="hyprctl dispatch exit"
|
alias hyprland-exit="hyprctl dispatch exit"
|
||||||
alias hypr-edit="sudoedit /etc/nixos/other/hyprland.conf"
|
alias hypr-edit="sudoedit /etc/nixos/other/hyprland.conf"
|
||||||
|
|
||||||
|
#LaTeX Commands
|
||||||
|
alias makepdf="makeglossaries main && pdflatex main.tex"
|
||||||
|
|||||||
@ -42,6 +42,7 @@
|
|||||||
#go #Go Programming Language
|
#go #Go Programming Language
|
||||||
gcc
|
gcc
|
||||||
pkg-config
|
pkg-config
|
||||||
|
vscode #Editor for all kinds of programms
|
||||||
|
|
||||||
#Desktop Applications
|
#Desktop Applications
|
||||||
vlc
|
vlc
|
||||||
|
|||||||
Reference in New Issue
Block a user