Skip to content

ajkaanbal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

MC

MC skin requires:

  1. Edit ~/.config/mc/ini Search skin= and replace by skin=ajkaanbal

  2. After dotfiles --sync create symbolic link to .ajkaanbal_mc_skin.ini

    $ ln -s ~/.ajkaanbal_mc_skin.ini ~/.local/share/mc/skins/ajkaanbal.ini
  3. Symbolic link to openbox

    $ln -s ~/.openbox ~/.config/openbox
    
  4. Tmux plugin Manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

global git ignore

```bash
git config --global core.excludesfile ~/.gitignore
git config --global alias.trash '!mkdir -p .trash && git ls-files --others --exclude-standard | xargs mv -f -t .trash'
git config --global mergetool.keepBackup false
```

Setting keyboard layouts

setxkbmap -layout us setxkbmap -option compose:ralt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published