Adds Arch Linux dotfiles

This commit is contained in:
2024-06-27 17:51:18 +05:30
commit 57eb70137b
309 changed files with 8851 additions and 0 deletions

5
fish/config.fish Normal file
View File

@@ -0,0 +1,5 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
alias open_file='fzf --preview "less {}" | xargs -o vim'