inital commit

This commit is contained in:
2025-08-16 15:52:50 +02:00
commit 8cfb57f4be
45 changed files with 223 additions and 0 deletions

17
shell/dot-bashrc Normal file
View File

@@ -0,0 +1,17 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias la='ls --color=auto -plhA'
alias grep='grep --color=auto'
PS1='\n\h \W\n\$ '
export PATH="$PATH:$HOME/.local/bin"
export EDITOR=vim
export QSYS_ROOTDIR="$HOME/.local/intelFPGA_lite/18.1/quartus/sopc_builder/bin"
. "$HOME/.cargo/env"