Merge branch 'main' of ssh://git.zacke.dev:222/wholteza/dotfiles
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -162,8 +162,10 @@ alias edit-vim='cd ~/.config/nvim && vim .'
|
|||||||
|
|
||||||
hostname=$(cat ~/hostname)
|
hostname=$(cat ~/hostname)
|
||||||
if [[ $hostname == "arch-bepis" ]]; then
|
if [[ $hostname == "arch-bepis" ]]; then
|
||||||
|
setxkbmap se
|
||||||
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
|
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
|
||||||
else
|
else
|
||||||
|
export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
|
||||||
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
|
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -171,5 +173,4 @@ export PATH="/home/wholteza/.cargo/bin:$PATH"
|
|||||||
### Start oh my posh
|
### Start oh my posh
|
||||||
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"
|
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"
|
||||||
|
|
||||||
setxkbmap se
|
|
||||||
source /usr/share/nvm/init-nvm.sh
|
source /usr/share/nvm/init-nvm.sh
|
||||||
|
|||||||
@@ -68,4 +68,4 @@ color = "#f5e0dc"
|
|||||||
size = 16.0
|
size = 16.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Fira Code Nerd Font Mono"
|
family = "Fira Code Nerd Font"
|
||||||
|
|||||||
@@ -81,6 +81,11 @@ gpg --decrypt /home/wholteza/.config/wireguard/got58-got80.conf.gpg > /home/whol
|
|||||||
# Xorg configs
|
# Xorg configs
|
||||||
sudo cp /home/wholteza/.config/X11/xorg.conf.d/* /etc/X11/xorg.conf.d/
|
sudo cp /home/wholteza/.config/X11/xorg.conf.d/* /etc/X11/xorg.conf.d/
|
||||||
|
|
||||||
|
# Install nvim
|
||||||
|
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
|
||||||
|
sudo rm -rf /opt/nvim
|
||||||
|
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
echo Done!
|
echo Done!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user