Skip to content

Commit

Permalink
directory clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
madhav-datt committed Feb 25, 2016
1 parent 1da6de2 commit 0d0b394
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#

# Install packages required for beep
sudo modprobe pcspkr
sudo apt-get install beep

# Move super-focus to /etc
cd /etc
mkdir super-focus
mv ~/Downloads/super-focus/* /etc/super-focus
cd super-focus

# Grant execute permissions to shell scripts
chmod 755 src/prod_timer
chmod 755 src/timer

# Add permanent aliases for scripts
cat aliases.txt >> ~/.bash_aliases
. ~/.bashrc

# Clean downloaded folders
rm -rf ~/Downloads/super-focus

0 comments on commit 0d0b394

Please sign in to comment.