diff --git a/install.sh b/install.sh index 9d01395..35b8207 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,6 @@ function setup_fish() { USER=`whoami` sudo -n chsh $USER -s $(which fish) # Force fish shell for devcontainers - echo "exec $(which fish) -l" >> ~/.profile echo "exec $(which fish) -l" >> ~/.bashrc echo "exec $(which fish) -l" >> ~/.zshrc diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..ad0b5e8 --- /dev/null +++ b/xprofile @@ -0,0 +1,2 @@ +setxkbmap -option "ctrl:nocaps" +xcape -e 'Control_L=Escape'