Finally reorganize directory structure

This commit is contained in:
Ivan Bushchik 2022-12-22 21:39:38 +03:00
parent 319667fc34
commit 5b1edf7023
6 changed files with 14 additions and 22 deletions

3
.gitignore vendored
View file

@ -1,5 +1,4 @@
i3MATE/.DS_Store
.DS_Store
oh-my-zsh
oh-my-zsh

View file

@ -24,7 +24,6 @@ stats () {
printf "\e[0;34mswap usage:\e[m\t${USEDSWAP}\n"
printf "\e[0;34muptime:\e[m\t\t${UPTIME}\n"
}
stats
source $ZSH/oh-my-zsh.sh
source $HOME/.profile
@ -33,4 +32,4 @@ alias vi="nvim"
alias vim="nvim"
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh"
alias timestamp='date -u +%FT%TZ'
alias yt-dlp-opus="yt-dlp -f 251 -x"

View file

@ -2,8 +2,8 @@ anchor=top-right
default-timeout=10000
width=300
font=JetBrains Mono 8
background-color=#002b36FF
text-color=#839496FF
border-color=#073642FF
background-color=#24273AFF
text-color=#CAD3F5
border-color=#494D64FF
height=500
border-radius=10

View file

@ -4,18 +4,12 @@
# do not run manually
mkdir -p $HOME/.config/nvim $HOME/.config/alacritty $HOME/.config/mako >/dev/null 2>&1
rm -rf $HOME/.zshrc $HOME/.config/nvim/init.vim $HOME/.config/qt5ct $HOME/.config/alacritty/alacritty.yml $HOME/.config/sway $HOME/.config/waybar $HOME/.config/mako/config >/dev/null 2>&1
ln -s $HOME/.dotfiles/configs/zshrc $HOME/.zshrc
echo ".zshrc linked: $HOME/.dotfiles/configs/zshrc -> $HOME/.zshrc"
ln -s $HOME/.dotfiles/configs/.profile $HOME/.profile
echo ".profile linked $HOME/.dotfiles/configs/.profile -> $HOME/.profile"
ln -s $HOME/.dotfiles/configs/nvim.vim $HOME/.config/nvim/init.vim
echo "neovim config linked: $HOME/.dotfiles/configs/nvim.vim -> $HOME/.config/nvim/init.vim"
ln -s $HOME/.dotfiles/configs/alacritty.yml $HOME/.config/alacritty/alacritty.yml
echo "alacritty config linked: $HOME/.dotfiles/configs/alacritty.yml -> $HOME/.config/alacritty/alacritty.yml"
ln -s $HOME/.dotfiles/configs/sway $HOME/.config/
ln -s $HOME/.dotfiles/configs/waybar $HOME/.config/
ln -s $HOME/.dotfiles/configs/mako $HOME/.config/mako/config
ln -s $HOME/.dotfiles/configs/qt5ct $HOME/.config/qt5ct
echo "sway (and all other swaywm, wayland stuff things) dotfiles installed"
ln -sf $HOME/.dotfiles/configs/.zshrc $HOME/.zshrc
ln -sf $HOME/.dotfiles/configs/.profile $HOME/.profile
ln -sF $HOME/.dotfiles/configs/nvim $HOME/.config/
ln -sF $HOME/.dotfiles/configs/alacritty $HOME/.config/
ln -sF $HOME/.dotfiles/configs/sway $HOME/.config/
ln -sF $HOME/.dotfiles/configs/waybar $HOME/.config/
ln -sF $HOME/.dotfiles/configs/mako $HOME/.config/
ln -sF $HOME/.dotfiles/configs/qt5ct $HOME/.config/
echo "Dotfiles linked."