Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ My dotfiles for a clean OS rampup.

## Supported OSes (detected automatically)

- Ubuntu (Tested on >= 16.04)
- macOS (Tested on >= 10.11)
- Ubuntu (Tested on >= 22.04)
- MacOS (Tested on >= 14)

## Usage

Expand All @@ -20,7 +20,3 @@ To preserve the user's HOME environment variable use
`sudo ./install.sh --headless`

This installs only headless tools/applications and omits things such as Google Chrome and VSCode.

## TODO

- Fix ownership of files created by the script on Ubuntu 20.* (see tmp.sh for ideas)
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if [ "${1-}" = "--headless" ]; then
export UI_TYPE="headless"
fi

export REPOS_DIR=$HOME/Repos
printf '\e[34m%s\e[0m\n' "Setting up 'Repos' dir @ '$REPOS_DIR'..." 1>&2
export REPOS_DIR=$HOME/Workspaces/Public
printf '\e[34m%s\e[0m\n' "Setting up 'Workspaces/Public' dir @ '$REPOS_DIR'..." 1>&2
mkdir -p $REPOS_DIR

printf '\e[34m%s\e[0m\n' "Setting script permissions..." 1>&2
Expand Down
10 changes: 0 additions & 10 deletions tmp.sh

This file was deleted.

4 changes: 3 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source $HOME/Repos/antigen/antigen.zsh
source $HOME/Workspaces/Public/antigen/antigen.zsh

antigen use oh-my-zsh

Expand All @@ -11,6 +11,8 @@ antigen bundle thefuck
antigen bundle safe-paste
antigen bundle tmux
antigen bundle direnv
antigen bundle macos
antigen bundle rust

antigen theme nellywhads/alien-minimal alien-minimal

Expand Down