Skip to content

Semptic/dotfiles

Repository files navigation

Dotfiles

Setup

To get the dofiles working you need to run following commands:

  1. Clone the repository
git clone --recursive --bare [email protected]:Semptic/dotfiles.git ~/.dotfiles.git
  1. Check it out
git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME checkout
  1. Reload your fish shell
fish
  1. Get all the submodules
dotfiles submodule update --init --recursive
  1. Don't show untracked files
dotfiles config --local status.showUntrackedFiles no
  1. Install fihser and then tide

  2. Install tmux plugins: Press prefix + I (capital i, as in Install) to fetch the plugin.

Software

  • alacritty
  • tmux
  • fish
  • Fira Code Nerd Font
  • Meslo Nerd Font patched for Powerlevel10k
  • neovim

Misc

Compose Key

To enable the compose key on caps run setxkbmap -option compose:caps

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published