Skip to content

My configuration files for linux

Notifications You must be signed in to change notification settings

wojciechmadry/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My linux configuration files

make install - install config

make backup - backup config

Requires: JetBrains Mono Nerd Font

dwm_sls

TMux

tmux

bashrc

bashrc

NeoVim

nvim

Git ssh

Git configuration to detect the ssh key: ~/.ssh/github

Match host=gitlab.com
   User git
   Hostname gitlab.com
   IdentityFile ~/.ssh/github
   TCPKeepAlive yes
   IdentitiesOnly yes
   AddKeysToAgent yes

Match host=github.com
   User git
   Hostname github.com
   IdentityFile ~/.ssh/github
   TCPKeepAlive yes
   IdentitiesOnly yes
   AddKeysToAgent yes