Personal configuration files for macOS.
Find a file
2023-03-22 12:35:27 +01:00
fish Remove old aliases 2023-03-21 21:22:47 +01:00
git First commit 2023-03-21 16:31:37 +01:00
iterm2-preferences Change color scheme to catppuccin-macchiato 2023-03-21 23:24:09 +01:00
karabiner First commit 2023-03-21 16:31:37 +01:00
nvim Improve ToggleTerm experience 2023-03-22 12:35:27 +01:00
vim Update .vimrc 2023-03-21 21:38:10 +01:00
vscode-neovim First commit 2023-03-21 16:31:37 +01:00
.gitignore Remove some stuff 2023-03-21 16:45:26 +01:00
README.md Add readme 2023-03-21 16:38:03 +01:00

Configuration files for macOS

A small collection of configuration files for macOS, including:

Setup

Set up these config files

# Back up old config files (optional)
cp -r ~/.config ~/.config_old

# Set up this repository
cd ~/.config
git init
git branch -m main
git remote add origin git@github.com:mikkelsvartveit/dotfiles.git
git fetch
git reset --hard origin/main
git branch --set-upstream-to=origin/main

# Tell Vim to source from the right file
echo "source ~/.config/vim/.vimrc" > .vimrc

Install software

# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install Homebrew packages
brew install python fish git neovim ripgrep autojump thefuck

# Install Node Version Manager and Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install --lts
nvm use --lts

Set up fish shell, oh-my-fish and plugins

fish
fish_add_path /opt/homebrew/bin
echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
omf install bass
omf install https://github.com/jhillyerd/plugin-git