Skip to content

Commit

Permalink
Clean slate
Browse files Browse the repository at this point in the history
  • Loading branch information
psct committed Mar 4, 2025
0 parents commit 93a1956
Show file tree
Hide file tree
Showing 156 changed files with 5,880 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exit
cat /web/cta-psct.physics.ucla.edu/conf/htpasswd
exit
6 changes: 6 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

if [ -e ~/.bashrc ]; then
source ~/.bashrc
fi

20 changes: 20 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

#
# itweb needs
#
export PATH="$PATH:~/bin"


#
# Nice additions for the shell
#
# Colors are always helpful
alias ls='ls --color=auto'

# As is destructive operation confirmation
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'


6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ignore Mac system files
.apache/
bin/
log/
.ssh/
~
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cta-psct.physics.ucla.edu
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [http://cta-psct.physics.ucla.edu](https://ucla-physicalsciences.github.io/cta-psct.physics.ucla.edu/)
7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 93a1956

Please sign in to comment.