Skip to content

tiagokrebs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Kitty

https://github.com/kovidgoyal/kitty

git clone https://github.com/dracula/kitty.git ~/.config/kitty/themes/dracula

zsh

sudo dnf install zsh

sudo apt install zsh

brew install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

git clone https://github.com/dracula/zsh.git $ZSH_CUSTOM/themes/dracula
ln -s $ZSH_CUSTOM/themes/dracula/dracula.zsh-theme $ZSH_CUSTOM/themes/dracula.zsh-theme

git clone https://github.com/dracula/zsh-syntax-highlighting.git $ZSH_CUSTOM/highlight/dracula

Lazygit

https://github.com/jesseduffield/lazygit#installation

sudo port install lazygit

If not in the instalation list

LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
sudo tar xf lazygit.tar.gz -C /usr/local/bin lazygit
rm -rf lazygit.tar.gz
lazygit --version

NordVPN

sh <(curl -sSf https://downloads.nordcdn.com/apps/linux/install.sh)

Set TOKEN on nordvpn.sh

Neovim

See .config/nvim


Old Stuff

Things that I don't use anymore

GNU Emacs

See .config/emacs

Doom Emacs

https://github.com/doomemacs/doomemacs#installation

Ubuntu
See .config/autostart.

cp .config/doom/ubuntu/emacsclient.desktop /usr/share/applications/emacsclient.desktop

MacOs See .config/autostart. Copy plist to the path below.

launchctl unload -w ~/Library/LaunchAgents/gnu.emacs.daemon.plist
launchctl load -w ~/Library/LaunchAgents/gnu.emacs.daemon.plist

About

NeoVim, Zsh, plugins, and a bunch of other stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published