Skip to content

will-ockmore/dotfiles

Repository files navigation

dotfiles

Linux

Scripts

Any scripts under the misc_scripts directory will be available on $PATH. See .zshrc

Fonts

Mac

First Steps

  1. Install chrome and login to account(s). Agree to sync, this will add your extensions.
  2. Sign in with your Apple ID to the app store and install Magnet.
  3. Open Preferences and under mouse, uncheck Natural Scroll Direction.
  4. Enable key repeat properly: https://apple.stackexchange.com/a/58847
  5. Speed up key repeat: https://apple.stackexchange.com/a/83923

General

Applications

Security

Generate a new SSH key for the machine, and follow the steps to add it to github.

Tmux configuration

mkdir -p ~/.config/tmux
cp -a ./nightfox_tmux.tmux ~/.config/tmux/
cp -a .tmux.conf ~

Tmuxp configuration

cp -a .tmuxp ~/

Kitty themes

Use the kitty themes repo for a general collection of themes.

To update the themes:

git clone --depth 1 https://github.com/dexpota/kitty-themes.git kitty/themes/kitty-themes

Then make sure any custom themes are also installed under the ./kitty/themes path.

Install the configuration and themes locally:

cp -a ~/code/dotfiles/kitty ~/.config/

To change to a new theme:

cd ~/.config/kitty
ln -sf $(find . | fzf) ~/.config/kitty/theme.conf
cd -

Then close and restart kitty.

Don't forget to commit the changes to this repo:

cp -a ~/.config/kitty .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published