Skip to content

things that might or might not be outdated

Notifications You must be signed in to change notification settings

AndreasPB/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles and notes

Change default terminal(what pop shell super + t uses):

gsettings set org.gnome.desktop.default-applications.terminal exec <terminal path>

No capslock:

setxkbmap -option caps:escape

Vim Plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Powerline font:

cd ~/Repo
git clone https://github.com/powerline/fonts
cd fonts/
./install.sh

Must have terminal tools