Skip to content

Commit

Permalink
Starting to repair the Linux features
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTr committed Mar 27, 2024
1 parent 3b09e8a commit fb37d28
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 62 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 3 additions & 9 deletions Linux/dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@
# dotfiles.sh - the Linux version

# TODO: If setup before, prompt to continue since this wipes out current setup
source "$DOTFILES_ROOT/Mac/Home/dot-functions.sh"
source "$DOTFILES_ROOT/Linux/dot-functions.sh"
message "dotfiles.sh -- clean setup up for macOS via ${DOTFILES_ROOT}"


# If git and a compiler isn't installed, then abort the install
# TODO: check if git, cc, or other needed tools are available

echo
# ==============================================================================
alert "SUDO Password Required to unsure proper permissions and ownership"
# read -s -k $'?Press any key to continue. Hit Control-C to abort now.\n'
echo

sudo chown -R $USER ${DOTFILES_ROOT}/* 2> /dev/null
sudo chmod -R 777 ${DOTFILES_ROOT}/* 2> /dev/null
chown -R $USER ${DOTFILES_ROOT}/* 2> /dev/null
chmod -R 777 ${DOTFILES_ROOT}/* 2> /dev/null

# Un-set the quarantine bit for all my own script files
xattr -d com.apple.quarantine ${DOTFILES_ROOT}/* 2> /dev/null
Expand Down
11 changes: 0 additions & 11 deletions Linux/setup-linux.sh

This file was deleted.

41 changes: 0 additions & 41 deletions Linux/update-linux.sh

This file was deleted.

3 changes: 2 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TODO Items

- Report current ruby, swift, python, and Homebrew versions on setup
- Add basic support for Linux
- Report current ruby, swift, python, and Homebrew versions on setup
- Function to delete `./DS_Store` files recursively down a folder structure


Expand Down

0 comments on commit fb37d28

Please sign in to comment.