diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..1ab3dac --- /dev/null +++ b/.bash_profile @@ -0,0 +1 @@ +source .bashrc \ No newline at end of file diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..6f79616 --- /dev/null +++ b/.bashrc @@ -0,0 +1,22 @@ + +bldgrn='\e[1;32m' +txtrst='\e[0m' + +print_before_the_prompt() { + printf "$bldgrn%s\n$txtrst" "$PWD" +} + +PROMPT_COMMAND=print_before_the_prompt +PS1="${VIRTUAL_ENV_PROMPT}-> " + +PATH="/c/Program Files/Python/Python314:$PATH" + +CP=$(which python) +echo "" +echo "Shell: $0" +echo "Current Python: $CP" +echo "" + +shopt -s autocd + +alias la="ls -lahF" \ No newline at end of file diff --git a/downloads.txt b/downloads.txt new file mode 100644 index 0000000..6d710a3 --- /dev/null +++ b/downloads.txt @@ -0,0 +1,9 @@ +Download and install: + +Notepad++ + +Visual Studio Code + +Git for Windows (see images in subfolder for settings) + +Python 3.14 \ No newline at end of file